Upload a resume for an applicant
Uploads a resume or cover letter file for this applicant.
File content is base64-encoded in the JSON request body (contentBase64) rather than
multipart/form-data, keeping this a uniformly JSON API. The file is parsed the same way a
portal/UI upload would be.
Authentication
AuthorizationBearer
BrightMove OAuth2 client_credentials - use the client_id/client_secret from User > API Keys (or an admin-managed client).
Path parameters
guid
Stable public identifier of the applicant
Request
This endpoint expects an object.
filename
File name, including extension.
contentBase64
Base64-encoded file content (e.g. of a PDF or DOCX file).
coverLetter
When true, this document is a cover letter rather than a resume.
Response
Resume uploaded