Resume Ranker

Ranks a resume if its a best fit for a job description

Rank Resume

POST https://api.autogon.ai/api/v1/services/rank-resume/

Headers

NameTypeDescription

Content-Type*

String

application/json

Request Body

NameTypeDescription

job_description*

String

job description

resume_file*

File

resume file

{
  "status": true,
  "message": "Candidates ranked successfully",
  "data": "53.67%"
}

Last updated