v4
latestOpenAPI 3.1.02026-08-01139149645.9 KBCandidate
Create Candidate Attachment
Uploads an attachment for a given candidate.
post/api/ats/v1/candidates/{candidate_id}/attachments
Path parameters
candidate_idstring required
Headers
x-connector-tokenstring required
Request body
Example request
{
"file_name": "resume.pdf",
"file_url": "https://example.com/path/to/resume.pdf",
"attachment_type": "RESUME",
"file_content": "SGVsbG8sIFdvcmxkIQ==",
"content_type": "application/pdf",
"candidate": "018b4bfb-5ece-70b1-ad5e-862a9433aa65",
"remote_user_id": "018b4bfb-5ece-70b1-ad5e-862a9433aa65"
}Response
Successful Response
{"stackTrail":"paths:/api/ats/v1/candidates/{candidate_id}/attachments:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}