Files
Upload File
Upload a file
POST
Upload a file attachment associated with a candidate, job, or job submission. Supports both multipart form-data and base64 encoded files.
Body Parameters
The file to upload (when using multipart/form-data)
Base64 encoded file content (when not using multipart/form-data)
Name of the file including extension
MIME type of the file (e.g., “application/pdf”, “image/jpeg”)
ID of the associated candidate (if applicable)
Type of file being uploaded (e.g., “resume”, “certification”, “contract”)
Optional description of the file
Response
The unique identifier for the uploaded file
URL where the file can be accessed
Timestamp of when the file was uploaded