Skip to main content
POST
/
reverse-phone-bulk
Reverse Phone Lookup (Bulk, Sync)
curl --request POST \
  --url https://api.sixtyfour.ai/reverse-phone-bulk \
  --header 'Content-Type: application/json' \
  --data '
{
  "leads": [
    {}
  ],
  "providers": [
    "<string>"
  ],
  "webhook_url": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.sixtyfour.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-api-key
string | null

Body

application/json
leads
Leads · object[]
required

List of leads with phone to reverse-lookup in one request.

providers
string[] | null

Override the default provider waterfall by listing provider IDs in priority order.

webhook_url
string<uri> | null

HTTPS URL that receives the result payload when the async job completes.

Required string length: 1 - 2083

Response

Successful Response