個人檔案與履歷

GET /me/profile/ats-report 僅限工作階段

CV ATS 就緒報告(確定性 + 任何快取的 LLM 審核)。

將您儲存的履歷的結構及其關鍵字與所選職缺的匹配程度進行評分。當沒有儲存CV時,has_cv為假;沒有設定檔是 404;搜尋不可用時為 503

curl
curl "https://freehire.me/api/v1/me/profile/ats-report" -b cookies.txt
json — response
{
  "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
    }
  }
}

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

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

A new version of freehire is available