cURL
curl --request POST \ --url https://production.deepvue.tech/v1/background-verification/fir-check \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "address": "<string>", "father_name": "<string>" } '
{ "code": 201, "timestamp": 1766168439528, "transaction_id": "f0be2d85823e46e38b5784340a36881d", "sub_code": "IN_PROGRESS", "message": "Request processing is in progress." }
Submit a new FIR check request with candidate details.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Full name of the candidate
Full address of the candidate
Candidate's father's name
FIR check request initiated