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

X-Brightmove-Company-ApiKeystring
BrightMove Company Api Key
X-Brightmove-User-ApiKeystring
BrightMove User Api Key

Path parameters

guidstringRequired
Stable public identifier of the applicant

Request

This endpoint expects an object.
filenamestringRequired
File name, including extension.
contentBase64stringRequired

Base64-encoded file content (e.g. of a PDF or DOCX file).

coverLetterbooleanOptional
When true, this document is a cover letter rather than a resume.

Response

Resume uploaded