履歷建立與客製化
GET /me/cvs/{id} 工作階段或 API 金鑰
一份帶有完整文件的履歷。
路徑參數
idstring (uuid) 必填- 履歷 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": { … } } }