履歷建立與客製化

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

僅切換模板。

路徑參數

id string (uuid) 必填
履歷 ID。

請求內容

template_id string 必填
來自 /cv-templates 的範本 ID。
curl
curl -X PUT "https://freehire.me/api/v1/me/cvs/0f2c…/template" -b cookies.txt \
  -H 'Content-Type: application/json' -d '{"template_id":"compact"}'
json — response
{ "data": { "id": "0f2c…", "template_id": "compact" } }

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

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

A new version of freehire is available