Skip to main content
POST
/
v1
/
emails
/
find
/
bulk
Bulk Find Emails
curl --request POST \
  --url https://api.example.com/v1/emails/find/bulk \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-Key: <api-key>' \
  --form 'upload=<string>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

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

Last modified on May 11, 2026