API Endpoints
Toxicity Checker
Analyzes the input text for toxicity and returns the result.
POST
Endpoint
POST /toxicity-meter/
Base URL
https://rai-prod.studio.lyzr.ai
Authentication
API Key (x-api-key
) must be included in the request header.
Request Body
Field | Type | Required | Description |
---|---|---|---|
input_text | string | Yes | The text to analyze for toxicity. |
agent_id | string | Yes | The associated agent’s unique ID. |
session_id | string | Yes | The current session’s unique ID. |
run_id | string | No | Optional run ID for traceability. |
Example Request Body
Authorizations
Body
application/json
Response
200
application/json
Successful toxicity check
The response is of type object
.