---
title: "Execute sexism-detector evaluator"
method: POST
path: "/v2/evaluators/sexism-detector/execute"
tags: ["evaluators"]
---

# Execute sexism-detector evaluator

`POST /v2/evaluators/sexism-detector/execute`

Detect sexist language and bias

**Request Body:**
- `input.text` (string, required): The text to scan for sexist content
- `config.threshold` (float, optional): Detection threshold (default: 0.5)

## Request body

- RequestSexismDetectorRequest
  - `config` RequestSexismDetectorConfigRequest
    - `threshold` number
  - `input` RequestSexismDetectorInput, required
    - `text` string, required

## Response `200`

OK

- ResponseSexismDetectorResponse
  - `is_safe` boolean

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/traceloop/apis/traceloop-api.md) · [All operations](https://skmtc.net/traceloop/apis/traceloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traceloop/traceloop-api/versions/9c12a04a5947/schema)
