Skip to main content
POST
/
v1
/
verification
/
mca
/
cin
/
batch
Cin Verification Batch
curl --request POST \
  --url https://production.deepvue.tech/v1/verification/mca/cin/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'
{
"transaction_id": "51cd8b6ab36d46a98afb2f01e856e89a",
"timestamp": 1732088933797,
"code": 200,
"message": "Batch Upload status fetched successfully",
"sub_code": "SUCCESS",
"data": {
"request_id": "06d0d7c340ed460d96103aaa0b26f0de",
"status": 200,
"product_id": "",
"message": "batch processing completed",
"batch_output_file_url": "https://bulk-data-processing.s3.ap-south-1.amazonaws.com/upi-basic-batch-output-files/06d0d7c340ed460d96103aaa0b26f0de.csv"
}
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Query Parameters

webhook_url
string

Body

multipart/form-data
batch_file
file
required

Response

Successful Response

code
integer
required
timestamp
integer
required
transaction_id
string
required
data
BaVerificationData · object
required