個人檔案與履歷

GET /me/resume 僅限工作階段

您的履歷狀態(已啟用/目前/已上傳)。

始終為200:未設定儲存或無履歷是正常狀態。 structured 攜帶唯讀結構化履歷,如果沒有目前履歷,則為 null。

curl
curl "https://freehire.me/api/v1/me/resume" -b cookies.txt
json — response
{ "data": { "enabled": true, "present": true, "uploaded_at": "2026-06-19T10:00:00Z", "structured": { "...": "..." } } }

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

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

A new version of freehire is available