WhatsApp Deep Detection
Check the details of the WhatsApp of the input global number, whether it is whatsapp account, the profile picture URL, gender, and age. as well as the type of profile picture.
Upload Detection File Code example:
Check Task Status Code example:
Response for the upload detection file successful
Response for the processing status
Provide a response indicating the task is completed and include the download URL for the results.
Upload file request url
POST https://api.ekycpro.com/api/tasks
Check task status request url
POST https://api.ekycpro.com/api/tasks/{TASK_ID}
Request parameters
parameter | description |
---|---|
user_id | string , user id defile by yourself |
file | file , upload file, each line in the uploaded file should contain one phone number, and the numbers must be in E.164 format. |
Response format
Response Format
Field | Description |
---|---|
created_at | Timestamp indicating when the task was created. |
updated_at | Timestamp of the last update to the task status. |
task_id | Unique identifier for the task. |
user_id | The ID of the user who initiated the task. |
status | Current status of the task. Possible values are: pending : Task is queued and waiting to be processed. processing : Task is currently being processed. completed : Task processing is finished. exported : Task results have been processed and are available for download. |
total | Total number of phone numbers processed in the task. |
success | Number of phone numbers successfully identified with WhatsApp attributes. |
failure | Number of phone numbers that could not be identified or processed. |
result_url | (Optional) URL to download the task results, provided when the task status is exported . |
Status code
status | description |
---|---|
200 | charge , Request was successful, task created or task status retrieved successfully. |
400 | free , Bad request, usually due to incorrect parameters or file format. |
500 | free , Internal server error, retry the request after some time. |