履歷建立與客製化
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.
路徑參數
idstring (uuid) 必填- 定制的履歷 ID。
curl "https://freehire.me/api/v1/me/cvs/7d1a…/ats-delta" -b cookies.txt{
"data": {
"available": true,
"base_cv_id": "0f2c…",
"delta": {
"base": 62,
"tailored": 78,
"change": 16,
"categories": [ { "id": "keyword_coverage", "label": "Keyword coverage", "...": "..." } ],
"regressed": false
}
}
}