Skip to main content
POST
/
v1
/
verification
/
async
/
udyam-details
/
batch
Bulk Udyam Verification
curl --request POST \
  --url https://production.deepvue.tech/v1/verification/async/udyam-details/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": 1948475859595, "transaction_id": "string", "request_id": "string", "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