CV builder & tailoring
GET /me/cvs/{id} Session or API key
One CV with its full document.
Path parameters
idstring (uuid) required- The CV id.
curl "https://freehire.me/api/v1/me/cvs/0f2c…" -H "Authorization: Bearer fhk_…"{ "data": { "id": "0f2c…", "title": "Backend engineer", "template_id": "classic", "agent_session_id": "s_9f…", "document": { … } } }