V1Reload Captcha

Aadhaar eKYC V1 — Refresh Captcha

Get a fresh captcha image for an Aadhaar eKYC session. Use this when the user needs to retry captcha verification.

curl -X GET "https://production.deepvue.tech/v1/ekyc/aadhaar/reload-captcha?session_id=example_string&consent=example_string&purpose=example_string" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "client-id: YOUR_API_KEY"
{
  "timestamp": 1738305161129,
  "transaction_id": "489dc198583e441c8a66a48ba3059442",
  "data": {
    "captcha": "base64-encoded-captcha-string"
  },
  "code": 200
}
GET
/v1/ekyc/aadhaar/reload-captcha
GET
API Key (header: x-api-key)
x-api-keystring
Required

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

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.
API Key (header: client-id)
client-idstring
Required

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

The CLIENT_ID provided to you. This header parameter is required for authentication purposes.
Request Preview
Response

Response will appear here after sending the request

Authentication

header
x-api-keystring
Required

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

header
client-idstring
Required

API Key for authentication. The CLIENT_ID provided to you. This header parameter is required for authentication purposes.

Query Parameters

Responses

codeinteger
timestampinteger
transaction_idstring
dataobject

Consent must be mandatorily stored at your end before proceeding with verification.