curl --request POST \
--url https://api.example.com/api/v1/email-finder/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"force": false
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Verify an email address via SMTP + BaviMail.
Checks cache first (free). If not cached, consumes 1 credit and enqueues a verification job. Poll /verify/ for results.
Free tier users get 403 — verification requires a paid plan.
curl --request POST \
--url https://api.example.com/api/v1/email-finder/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"force": false
}
'{
"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.