Recruitment Skills Auditing

Use sorting candidate resumes during applicant tracking workflows.

Try it OpenAPI

Call

POST https://bizintel-api.hahavoid0.workers.dev/talent/skills-match
{
  "candidate_skills": [
    "React",
    "Typescript"
  ],
  "required_skills": [
    "React",
    "Node"
  ]
}

AgentCash command

npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/talent/skills-match -m POST -b '{"candidate_skills":["React","Typescript"],"required_skills":["React","Node"]}'

Not for

Do not use for writing job descriptions.