About this endpoint
What it does
Screen a resume against a job title by sending the job title and resume content in the request body. The output schema is not yet defined, so the exact success response shape is not documented.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| jobTitle | String | Yes | The job title to screen the resume against. |
| resumeContent | String | Yes | The resume content to evaluate. |
Response
The endpoint returns a minimal acknowledgement on success — the detailed shape is not yet captured in the schema.