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
file
The file to upload (when using multipart/form-data)
string
Base64 encoded file content (when not using multipart/form-data)
string
required
Name of the file including extension
string
required
MIME type of the file (e.g., “application/pdf”, “image/jpeg”)
number
ID of the associated candidate (if applicable)
string
required
Type of file being uploaded (e.g., “resume”, “certification”, “contract”)
string
Optional description of the file
Response
number
The unique identifier for the uploaded file
string
URL where the file can be accessed
string
Timestamp of when the file was uploaded