CV builder & tailoring

PUT /me/cvs/{id} Session only

Replace a CV — title, template and document.

Path parameters

id string (uuid) required
The CV id.

Body

title string
New label.
template_id string
New template.
document object required
The whole CV document.
curl
curl -X PUT "https://freehire.me/api/v1/me/cvs/0f2c…" -b cookies.txt \
  -H 'Content-Type: application/json' -d '{"title":"Backend engineer","document":{…}}'
json — response
{ "data": { "id": "0f2c…", "updated_at": "2026-07-28T20:10:00Z" } }

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