Skip to main content
GET
/
v1
/
ekyc
/
aadhaar
/
reload-captcha
Reload Captcha
curl --request GET \
  --url https://production.deepvue.tech/v1/ekyc/aadhaar/reload-captcha \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "timestamp": 1738305161129,
  "transaction_id": "489dc198583e441c8a66a48ba3059442",
  "data": {
    "captcha": "base64-encoded-captcha-string"
  },
  "code": 200
}

Authorizations

x-api-key
string
header
required

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

client-id
string
header
required

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

Query Parameters

session_id
string
required

Unique ID assigned by Deepvue when session was initiated

Indicates whether the customer has given consent for validating their KYC. This parameter is mandatory as per regulations.

purpose
string
required

Specifies the purpose of the KYC check. This parameter is mandatory as per regulations.

Response

Successful Response

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