About this endpoint
What it does
Scans the submitted job-description text for bias and inclusivity issues and returns a structured assessment. The response includes a top-level winner string, a rationale string, and a comparisonMatrix object with category-level strings.
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 as a string, rationale as a string, and comparisonMatrix as an object. comparisonMatrix contains three string fields: experience, softSkills, and technicalSkills.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| winner | String | No | The winner label returned by the scan result. |
| rationale | String | No | A textual explanation of 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. |