Profile & résumé

GET /me/profile/verdict Session only

Market-coverage verdict for your profile skills.

How many of your selected role’s open vacancies your skills reach, and which missing skill unlocks the most. The role is the request’s facet params (defaulting to your specializations). No profile is a 404; 503 when search is unavailable.

Query parameters

(any search filter) string
Any search facet param scopes the role (the skills facet is ignored; your profile skills are the measured set).Example category=backend
curl
curl "https://freehire.dev/api/v1/me/profile/verdict" -b cookies.txt
json — response
{
  "data": {
    "total": 1820,
    "covered": 1400,
    "coverage_percent": 77,
    "gaps": [ { "name": "kubernetes", "new_vacancies": 120, "unlock_percent": 7 } ],
    "skills": [ { "...": "..." } ],
    "coherence_percent": 64,
    "bundles": [ { "...": "..." } ]
  }
}