v1

latestOpenAPI 3.0.22026-07-26191278525.6 KB
ATS Position

Upload ATS Position Attachments

Upload attachments for an ATS Position. Each file can be provided either as a URL or base64 encoded content.

Restrictions:

  • Maximum 10MB per file and total upload
  • Allowed file types: PDF, DOCX, XLSX, JPG, PNG, TXT
  • URLs must be publicly accessible HTTPS endpoints
  • Private IPs and localhost URLs are blocked for security
  • All files must succeed or entire operation fails (transactional)
post/api/v2/core/ats-systems/{systemId}/ats-positions/{atsPositionId}/attachments

Path parameters

atsPositionIdstring required

ATS entity ID of position

systemIdstring required

System ID of position

Headers

Authorizationstring required

The secret key to access the api. It starts with the bearer token

Request body

Response

Successfully uploaded all attachments. Returns list of uploaded attachment details including attachment_id, name, type, size, and optional client-provided key.