履歷建立與客製化

GET /me/cvs/{id}/ats-delta 僅限工作階段

How tailoring changed this CV's ATS-readiness score.

The tailored copy scored against the base CV it came from, with template, page margins and typography held identical so the difference reflects content alone — the base is a copy rendered with the tailored copy’s formatting, never the stored base itself. Recomputed per request, never stored. available: false (with reason, no delta) when rendering is unavailable rather than an error. 409 when the CV is not a tailored copy, has no base CV to compare against, or its vacancy no longer exists.

路徑參數

id string (uuid) 必填
定制的履歷 ID。
curl
curl "https://freehire.me/api/v1/me/cvs/7d1a…/ats-delta" -b cookies.txt
json — response
{
  "data": {
    "available": true,
    "base_cv_id": "0f2c…",
    "delta": {
      "base": 62,
      "tailored": 78,
      "change": 16,
      "categories": [ { "id": "keyword_coverage", "label": "Keyword coverage", "...": "..." } ],
      "regressed": false
    }
  }
}

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

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

A new version of freehire is available