CV builder & tailoring

POST /me/cvs Session only

Create a CV, optionally seeded from your stored history.

Body

title string
Label; up to 200 characters.
template_id string
Which template to render with.Example classic
seed boolean
Pre-fill from your parsed CV / experience bank instead of starting blank.
curl
curl -X POST "https://freehire.me/api/v1/me/cvs" -b cookies.txt \
  -H 'Content-Type: application/json' -d '{"title":"Backend engineer","seed":true}'
json — response
{ "data": { "id": "0f2c…", "title": "Backend engineer", "template_id": "classic", "document": { "header": {  }, "experience": [  ] } } }

Tailor your CV for this role?

We couldn't check your fit for this role — add a CV to your profile to see it next time.

A new version of HireAll is available