ATS-check a resume
check_resumeScore a resume 0-100 with ResumeAI's production ATS engine — the same one behind https://withresumeai.com/ats-checker. Returns a breakdown (keywords, format, sections, content, length), concrete fixes, and missing keywords. Optionally pass a target company (to get that employer's verified ATS + vendor-specific parsing rules) and/or a job description (to score keyword overlap against the posting). Rate limited to 10 checks per day per IP; pass a paid api_key ($49/mo at https://withresumeai.com/developers) for unlimited calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ats | No | Target ATS vendor, e.g. 'Workday' — adds vendor parsing guidance | |
| api_key | No | Paid API key (ra_live_...) — lifts the 10/day IP cap. Get one at https://withresumeai.com/developers | |
| company | No | Target employer, e.g. 'Nike' — adds its verified ATS + parsing guidance | |
| resume_text | Yes | The resume as plain text | |
| job_description | No | Job description text — switches scoring to keyword overlap against it |