Skip to main content
POST
/
v1
/
verification
/
itr
/
ais-download
Download AIS
curl --request POST \
  --url https://production.deepvue.tech/v1/verification/itr/ais-download \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "itr_client_id": "<string>"
}
'
{
  "code": 200,
  "timestamp": 1771592226614,
  "transaction_id": "808f86a8-d792-ca72-8823-99c5c27dd6ad",
  "sub_code": "SUCCESS",
  "message": "AIS details downloaded successfully.",
  "data": {
    "itr_client_id": "itr_qkgtvIwLcuooWhtrFFbK",
    "pan_no": "EGDPK2567K",
    "ais_file": "https://aadhaar-kyc-docs.s3.amazonaws.com/itr/...",
    "file_type": "json",
    "status": "completed",
    "financial_year": "2020-21"
  }
}

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

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

Body

application/json
itr_client_id
string
required

The unique identifier of the client for whom the Income Tax Return (ITR) is being downloaded.

Response

Successful Response

code
integer
default:200
timestamp
integer
transaction_id
string
sub_code
string
default:SUCCESS
message
string
default:AIS details downloaded successfully.
data
Data · object