Public
Documentation Settings

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

ParamDescriptionRequired/Optional
namename of personrequired
addressfull address recommendedoptional Address can be broken down into address, state and pincode. This is advised but not required. Example : "address":"250h, banjara hills, hyderabad,Telegana,500005"
father_namefather's name of the personoptional
dobdate of birth of candidateoptional
case_category“civil” , “criminal”by default check for both
type"petitioner" , "respondent"by default check for both

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:

HTTP CodesExplanation
200ok
400Incorrect Input, Invalid Verify Id, Search type can be entity or individual
401Authentication Failed
503Search server overload
500Server Error: The server encountered an unexpected condition or encountered an error while processing the request. Please try again later
422Unprocessable Entity
429Too Many Requests
AUTHORIZATIONBearer Token