Ingest a single candidate
Ingest a single candidate
Submit a candidate for processing through the interviewer’s workflow. Returns the interview ID, interview URL, and full candidate receipt.
POST
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