Upload my CV (PDF or DOCX)
upload_cvUpload a CV file and turn it into the account's profile: the same parser the app uses reads the document into name, contact, summary, roles, skills, languages and education. With save=true (default) the profile is saved and the job feed is built from it; with save=false the parsed profile is returned for review only. Max 8 MB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | ||
| filename | Yes | e.g. cv.pdf | |
| content_base64 | Yes | The file's bytes, base64-encoded. |