📄️ Upload Emails
Submit a list of emails for validation. Accepts either a multipart upload (CSV/Excel file) or a JSON body with an emails list. The endpoint creates a job, queues it for processing, and returns a job_id you can use to poll status, fetch records, and download results.
📄️ List Jobs
Returns a paginated list of email validation jobs owned by the authenticated user, newest first.
📄️ Job Status
Retrieve full details and aggregate statistics for a single email validation job, plus the first 100 records inline. For more records, use Job Records.
📄️ Job Records
Paginated list of every individual validation result for a job.
📄️ Download Results
Bulk export of all records for a completed email validation job — CSV (default) or JSON. Available only when status == "Processed".