post https://sandbox.crimescan.ai/v2/crime_search/entity/search
The Entity Search API is designed for court record checks, enabling users to search for legal cases against a specific entity. It provides comprehensive insights into the legal history of the searched entity.
For proprietorships, it is mandatory to provide the address along with the entity name for accurate results.
For limited entities (e.g., private limited companies), the address is not required for the search.
This API simplifies entity verification by delivering relevant and precise court record data.
Param | type | description | Required/Optional |
---|---|---|---|
name | string | name of entity | required |
name_match_type | string | "exact" or "fuzzy" | optional default it will search for all possible cases |
entity_type | string | "proprietorship" or "limited" | entity_type: Defaults to "limited" if not provided. For "proprietorship", the address field is mandatory. |
address | string | address of entity | optional( for entity_type: limited ) Address can be broken down into address, state and pincode. This is advised but not required. Example : "address":"250h, banjara hills, hyderabad,Telegana,500005" |