Create export
Create an asynchronous export job for a filtered segment. Emails are verified at export time using recent results plus fresh probes, with catch-all results separated from deliverable addresses. Poll the job, then download the CSV when complete.
Export and email reveal are billed and gated by plan.
Authorization
BearerAuth AuthorizationBearer <token>
Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
Shell
curl -X POST "https://app.argorant.com/api/exports/create" \ -H "Content-Type: application/json" \ -d '{ "filters": { "industries": "SaaS", "country": "Germany", "verify_status": "valid", "record_type": "person" }, "limit": 5000, "email_when_done": false }'JSON
{ "job_id": 84213, "status": "queued"}