Skip to content

Submit Numbers

POST/v1/detect

Submit an array of phone numbers for detection. Processed asynchronously. Cost is pre-deducted; unchecked numbers are automatically refunded.

FieldTypeRequiredDescription
productstringYesProduct slug. See the product list.
countrystringYesISO 3166-1 alpha-2 country code, for example CN or US.
phonesarrayYesArray of phone numbers, 1,000 to 2,000,000.
{
"mode": "async",
"task_id": "xKj9aP3qLm7v",
"message": "Task queued. Poll GET /api/v1/tasks/xKj9aP3qLm7v for progress.",
"summary": {
"total": 5000,
"cost_deducted": 0.500000
}
}