curl --request POST \
--url https://api.example.com/api/v1/email-finder/bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"rows": [
{}
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Bulk find: 3 credits/row, full SMTP+BaviMail verification.
Equivalent to running /find for each row in parallel via ARQ workers. Rows
must have name and either domain or company. Company-only rows are
resolved via _resolve_company_domain before charging; unresolved rows are
skipped with no charge and reported in skipped_unresolved.
curl --request POST \
--url https://api.example.com/api/v1/email-finder/bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"rows": [
{}
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt
Use this file to discover all available pages before exploring further.