CV builder & tailoring
PUT /me/cvs/{id} Session only
Replace a CV — title, template and document.
Path parameters
idstring (uuid) required- The CV id.
Body
titlestring- New label.
template_idstring- New template.
documentobject required- The whole CV document.
curl -X PUT "https://freehire.me/api/v1/me/cvs/0f2c…" -b cookies.txt \
-H 'Content-Type: application/json' -d '{"title":"Backend engineer","document":{…}}'{ "data": { "id": "0f2c…", "updated_at": "2026-07-28T20:10:00Z" } }