About this endpoint
What it does
Scans the submitted job description text and returns a structured assessment with a winner, a rationale, and a comparisonMatrix object containing category-specific explanations.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| text | String | Yes | The job description text to scan for bias and inclusivity. |
Response
Returns a JSON object with three top-level fields: winner and rationale are strings, and comparisonMatrix is an object containing string fields for experience, softSkills, and technicalSkills.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| winner | String | No | The returned winner value. |
| rationale | String | No | The explanation for the result. |
| comparisonMatrix | Object | No | Category-level comparison details. |
| comparisonMatrix.experience | String | No | Comparison details for experience. |
| comparisonMatrix.softSkills | String | No | Comparison details for soft skills. |
| comparisonMatrix.technicalSkills | String | No | Comparison details for technical skills. |