latestOpenAPI 3.0.32026-08-0927232.3 KB
b557e8d0b266
Match jobs to a candidate profile — returns ranked results
Send a candidate profile (skills, salary range, workplace preference) and get recent active jobs ranked by relevance score. Anonymous access is open and free; recurring agents can register an API key for stable identity. This is the recommended endpoint for agentic job search.
post/jobs/match
Request body
Response
Ranked job matches with scores and reasons
Example response
{
"matches": [
{
"candidate_resume_action": {
"status": "available_after_candidate_selects_job",
"method": "POST",
"saved_artifact_requires_verified_human": true,
"uses_candidate_verified_evidence": true,
"requires_explicit_human_review": true
}
}
],
"candidate_resume_action": {
"status": "available_after_candidate_selects_job",
"method": "POST",
"saved_artifact_requires_verified_human": true,
"uses_candidate_verified_evidence": true,
"requires_explicit_human_review": true
}
}