Skip to main content
GET
/
v1
/
ekyc
/
aadhaar
/
connect
Initiate Session
curl --request GET \
  --url https://production.deepvue.tech/v1/ekyc/aadhaar/connect \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "code": 200,
  "timestamp": 1738303175394,
  "transaction_id": "f5d8e48f477f4116967a6be4d97a7769",
  "data": {
    "session_id": "17568923be1441a9b05c7af693e92aa5",
    "captcha": "/9j/4AAQSkZJRgABAQAAAQABAAD/..."
  }
}

Documentation Index

Fetch the complete documentation index at: https://deepvue-2e0dbadd.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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

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
default:200
timestamp
integer
transaction_id
string
data
Data · object