post https://sandbox.crimescan.ai/v1/global_check/results
The /results endpoint is responsible for retrieving search results based on the search ID and search type provided by the user. The endpoint allows the user to specify the type of search (either global_search or news_search) and retrieve results for that particular search type.
Endpoint:
POST https://apis.verify24x7.in/v1/global-check/results
Headers:
Content-Type: application/json
Authorization: Bearer <your_access_token>
Request:
Method: POST
Content-Type: application/json
Request Body Parameters:
Parameter | Type | Description |
---|---|---|
search_id | string | Required* The unique identifier for the search request. |
exact | boolean | (Optional) Specifies whether the search should be exact. Defaults to true. |
score | int | (Optional) Filters the results based on the overall score. Defaults to 50. |
name_score_filter | int | (Optional) Filters results based on the name score. Defaults to 80.0. |