Skip to main content
POST
/
v1
/
mobile-numbers
/
find
/
bulk
Bulk Find Mobile Numbers
curl --request POST \
  --url https://api.example.com/v1/mobile-numbers/find/bulk \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-Key: <api-key>' \
  --form 'upload=<string>'
{
  "id": "<string>",
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.leadx.com/llms.txt

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

Authorizations

X-API-Key
string
header
required

Body

multipart/form-data
upload
string
required

Response

Successful Response

id
string
required

Bulk job id

success
boolean
default:true
Last modified on May 11, 2026