Async ingest a single candidate
Async ingest a single candidate
Queue a candidate for async processing through the interviewer’s workflow. Returns an ingestion ID to track the job.
POST
Async ingest a single candidate
Authorizations
API key for authentication. Pass your key in the X-API-KEY header.
Path Parameters
Body
application/json
Candidate full name
Example:
"Jane Doe"
Candidate email address
Example:
"jane.doe@example.com"
Candidate phone number (E.164 format)
Example:
"+12065551234"
Set of key-value pairs for storing additional information on the candidate. Up to 50 keys, each key max 40 chars, each value max 500 chars.
Example:
{
"ats_stage": "phone_screen",
"external_id": "candidate_xyz"
}Additional candidate data