Credits
Insurance
KYC
Payables

IN-D Digital KYC(1.0.0)

Usage of IN-D Digital KYC

Authentication

Security Scheme Typehttp
HTTP Authorization Schemebearer
Bearer FormatJWT
POST /create_token
Generate a token for using the api

Response

201
successful operation
404
Supplied URL/UID is not found
500
Internal server error
GET /api/upload/uid
Generate a new UID for profile

Response

200
successful operation
404
Supplied URL/UID is not found
500
Internal server error
POST /api/class/{uid}
Classify and check image quality of the uploaded files

Response

200
successful operation
404
Supplied URL/UID is not found
500
Internal server error
POST /api/class/aadhaarxml/{uid}
Classify AAdhaar XML files

Response

200
successful operation
404
Supplied URL/UID is not found
500
Internal server error
POST /api/fields/{uid}
Extract the relevant data from documents

Response

200
successful operation
404
Supplied URL/UID is not found
500
Internal server error
POST /api/verification/kyc/{uid}
Cross verify details across documents, faces across documents

Response

200
successful operation
404
Supplied URL/UID is not found
500
Internal server error
POST /api/profile/kyc/{uid}
Consolidated profile of user

Response

200
successful operation
404
Supplied URL/UID is not found
500
Internal server error