個人檔案與履歷
GET /me/profile/ats-report 僅限工作階段
CV ATS 就緒報告(確定性 + 任何快取的 LLM 審核)。
將您儲存的履歷的結構及其關鍵字與所選職缺的匹配程度進行評分。當沒有儲存CV時,has_cv為假;沒有設定檔是 404;搜尋不可用時為 503。
curl "https://freehire.me/api/v1/me/profile/ats-report" -b cookies.txt{
"data": {
"has_cv": true,
"report": {
"overall": 78,
"potential": 90,
"categories": [ { "id": "structure", "label": "Structure", "score": 18, "max": 20, "items": [ { "...": "..." } ] } ],
"strong_keywords": ["go", "postgresql"],
"recommended_keywords": ["kubernetes"],
"reviewed": false
}
}
}