個人檔案與履歷

PUT /me/resume 僅限工作階段

存储或替换您的简历。

接受 PDF(多部分 file)或 JSON { "text": ... }。傳回履歷中繼資料。當物件儲存未設定時為 501

請求內容

text string
履歷純文字(JSON 請求);或以 multipart 的 file 欄位傳送 PDF。
curl
curl -X PUT "https://freehire.me/api/v1/me/resume" \
  -H 'Content-Type: application/json' -b cookies.txt \
  -d '{"text":"Senior Go engineer, 6 years..."}'
json — response
{ "data": { "enabled": true, "present": true, "uploaded_at": "2026-06-19T10:00:00Z", "structured": null } }

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

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

A new version of freehire is available