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

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Query Parameters

session_id
string
required
purpose
string
required

Response

Successful Response

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