Skip to main content
POST
Bulk canonicalize (async)

Authorizations

Authorization
string
header
required

API key from the dashboard. Pass as Authorization: Bearer <key>.

Headers

Idempotency-Key
string<uuid>

UUID. Repeated upload with same key returns existing job.

Body

multipart/form-data
file
file
required

CSV file.

column
string
required

Column name in CSV header for job title input.

exclude
string

JSON array of exclude terms, e.g. ["intern", "student"].

Response

Job submitted

job_id
string<uuid>
required
status
enum<string>
required
Available options:
PENDING,
RUNNING,
DONE,
FAILED