rate limits

There is no strict rate limit but we recommend sending 1000 concurrent requests at a time

Was this section helpful?

What made this section unhelpful for you?

bulk file api

Body Parameters

apikeytext

User api key

filefile

csv file

email-header-indextext

email header index ( it starts from 0 ) so let's say for example you have a email column in B1 then email header index will be 1

Was this section helpful?

What made this section unhelpful for you?

Language Box

POST

/

Select
1 2 3 curl --location 'https://bulkapi.verifymagically.com/' \ --form 'apikey="mfbjqwwL7zI71kWxcuZF"' \ --form 'email-header-index="0"'

single email api

Was this section helpful?

What made this section unhelpful for you?

1 curl --location 'https://singleapi.verifymagically.com/?email={{email}}&apikey={{api-key}}'