Profile & résumé

POST /me/profile/ats-report Session only

Run the optional LLM qualitative ATS review and cache it.

Runs the LLM review over your stored CV and folds it into the report (reviewed: true). Best-effort: an unconfigured or failing LLM returns the deterministic report (200).

curl
curl -X POST "https://freehire.dev/api/v1/me/profile/ats-report" -b cookies.txt
json — response
{ "data": { "has_cv": true, "report": { "overall": 78, "reviewed": true, "...": "..." } } }