attachments
array in the request body. The first CV in the attachments will be treated as the resume of the candidate when the tool allows previewing a resume.
There are two ways to submit the document that will be uploaded:
attachments.[*].data
field. This will cause your requests and logs to be quite large, though.attachments.[*].data_url
field.data
and data_url
at the same time.
We recommend that the summed up size of all attachments that are submitted with an application should be below 10 MB, as this is within the file size limits of most ATS.
warnings
arraycode
s to help you handle each scenario appropriately:
429
, any 5xx
error and if we get no response at all from the tool.
Therefore, please only retry requests with certain error code
s that are safe to retry.
Screening questions formats and examples.
screening_question_answers
array, like so:
screening_questions[*].required == true
) and force you to submit an answer if you want to create an application. We let you know about some of the workarounds in our guide on customer-specific edge cases.
coverage
object:
required: true
boolean set, so watch out for those.