crimeScan-case_details/exact
HTTP POST
https://prod.crimescan.ai/v1/crime_search/case_details/exact/search
Function: search
Parameters : name, address, father_name, dob, case_category, type, service_type
Output Type : JSON
Example:
curl -XPOST
-H "Content-Type: application/json"
-H "Authorization: Bearer xxxxxxxxxxxxx"
-d '{
"name": "Gobinda Arik",
"father_name": "Jalandhar",
"address": "House no 3, Block Dakshin Gopalnagar, South 24, Parganas",
"case_category": "",
"source": "ecourt"
}'https://prod.crimescan.ai/v1/crime_search/case_details/exact/search
Response:
If successfull
{
"status": 1,
"cs_id": "1a821e9c45c00086a813f"
}
If unsuccessfull
{
"status" : 0,
"error_message" : "Authentication failed"
}
HTTP Status Codes:
AUTHORIZATIONBearer Token