About this endpoint
What it does
Screens a resume using the submitted resume text and optional screening criteria. It accepts the resume content plus optional minimum years and required skills, then returns a success response whose detailed shape is not yet captured in the schema.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| min_years | Integer | No | Minimum years of experience to screen against. Default: 0. Must be between 0 and 60 inclusive. |
| resume_text | String | Yes | Resume content to evaluate. Must be at least 20 characters long. |
| required_skills | String Array | No | Skills that should be present in the resume. |
Response
The endpoint returns a structured JSON object containing the screening score, recommendation, matched and missing required skills, skills coverage percentage, years-of-experience evaluation, parsed resume information, AI assessment details, and attribution metadata.