Skip to main content
POST
/
v1
/
verification
/
upi-basic
/
batch
Upi Basic Verification Batch
curl --request POST \
  --url https://production.deepvue.tech/v1/verification/upi-basic/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>' \
  --form batch_file='@example-file'
{
  "code": 201,
  "timestamp": 1732002740983,
  "transaction_id": "4e8bb5ec29f34b9cb336ece4d771c64e",
  "request_id": "4e8bb5ec29f34b9cb336ece4d771c64e",
  "message": "batch processing in progress",
  "sub_code": "SUCCESS",
  "output_batch_file": ""
}

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

webhook_url
string

Webhook URL where you wish to receive the file once processed.

Body

multipart/form-data
batch_file
file
required

Response

Successful Response

timestamp
integer
required
transaction_id
string
required
request_id
string
required
output_batch_file
string
required
code
integer
default:201
message
string
default:batch processing in progress
sub_code
string
default:SUCCESS