cURL
curl --request POST \ --url https://production.deepvue.tech/v1/verification/upi-basic/batch \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>' \ --form batch_file='@example-file'
201
201 - UPI Basic Batch Processing Initiated
{ "code": 201, "timestamp": 1732002740983, "transaction_id": "4e8bb5ec29f34b9cb336ece4d771c64e", "request_id": "4e8bb5ec29f34b9cb336ece4d771c64e", "message": "batch processing in progress", "sub_code": "SUCCESS", "output_batch_file": ""}
Use this API to do perform upi basic verification in bulk. This is an async verification request. Results once processed are sent over a webhook that’s registered for your account.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response