Profile & résumé

GET /me/profile/ats-report Session only

CV ATS-readiness report (deterministic + any cached LLM review).

Scores your stored CV’s structure and its keyword match against the selected role. has_cv is false when no CV is stored; no profile is a 404; 503 when search is unavailable.

curl
curl "https://freehire.dev/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
    }
  }
}