Find Email (Bulk, Sync)
curl --request POST \
--url https://api.sixtyfour.ai/find-email-bulk \
--header 'Content-Type: application/json' \
--data '
{
"leads": [
{}
],
"verify_emails": true,
"mode": "PROFESSIONAL",
"providers": [
"<string>"
],
"webhook_url": "<string>"
}
'{
"detail": "Invalid request body"
}Find Email
Find Email (Bulk, Sync)
Find email addresses for a batch of leads in one call.
POST
/
find-email-bulk
Find Email (Bulk, Sync)
curl --request POST \
--url https://api.sixtyfour.ai/find-email-bulk \
--header 'Content-Type: application/json' \
--data '
{
"leads": [
{}
],
"verify_emails": true,
"mode": "PROFESSIONAL",
"providers": [
"<string>"
],
"webhook_url": "<string>"
}
'{
"detail": "Invalid request body"
}Headers
Body
application/json
List of leads to process in one bulk request.
SMTP-verify each discovered email before returning it.
Email type to discover: 'PROFESSIONAL' (work) or 'PERSONAL'.
Available options:
PROFESSIONAL, PERSONAL Override the default provider waterfall by listing provider IDs in priority order.
HTTPS URL that receives the result payload when the async job completes.
Required string length:
1 - 2083Response
Successful Response
Was this page helpful?
⌘I