CV builder & tailoring
PUT /me/cvs/{id}/template Session only
Switch the template only.
Path parameters
idstring (uuid) required- The CV id.
Body
template_idstring required- A template id from
/cv-templates.
curl -X PUT "https://freehire.me/api/v1/me/cvs/0f2c…/template" -b cookies.txt \
-H 'Content-Type: application/json' -d '{"template_id":"compact"}'{ "data": { "id": "0f2c…", "template_id": "compact" } }