履歷建立與客製化

PUT /me/cvs/{id} 僅限工作階段

替換履歷——標題、模板和文件。

路徑參數

id string (uuid) 必填
履歷 ID。

請求內容

title string
新標籤。
template_id string
新模板。
document object 必填
整個履歷文件。
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" } }

要針對這個職缺調整履歷嗎?

目前無法檢查您與這個職缺的符合程度;請先將履歷加入個人檔案,下次即可查看。

A new version of freehire is available