Your First Upload
A batch upload is the entry point for all list-based verification. You create a batch by sending a TXT file to POST /v1/batch, which returns a batch_uuid you’ll use for every subsequent operation.
You’ll need a valid API key before uploading. If you haven’t created one yet, see Your First API Key.
Steps
Prepare your TXT file
Create a plain .txt file with one email or phone number per line, UTF-8 encoded. No headers, no commas, no extra formatting.
Email list
Phone list (E.164)
Use E.164 format for phone numbers (+[country code][number]) to ensure accurate parsing. Numbers without a country code may be rejected or incorrectly routed.
Choose a name and description
Every batch requires a name (1–255 characters). A description is optional (up to 2,048 characters) but helps you identify batches later.
Good names: Q2 Customer Import, Newsletter List April, Lead Gen Campaign - US
What’s Next?
With your batch_uuid in hand, the next step is to configure verification parameters, trigger parsing, and launch the job.
