個人檔案與履歷
PUT /me/resume 僅限工作階段
存储或替换您的简历。
接受 PDF(多部分 file)或 JSON { "text": ... }。傳回履歷中繼資料。當物件儲存未設定時為 501。
請求內容
textstring- 履歷純文字(JSON 請求);或以 multipart 的
file欄位傳送 PDF。
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..."}'{ "data": { "enabled": true, "present": true, "uploaded_at": "2026-06-19T10:00:00Z", "structured": null } }