Toxicity

Check the toxicity of a given text.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
textstringRequired
The text to check for toxicity.

Response

Successful response.
idstring
Unique ID for the toxicity check.
objectstring

Type of object (toxicity.check).

createdinteger
Timestamp of when the toxicity check was created.
checkslist of objects
The set of vectorized data.

Errors

400
Bad Request Error
403
Forbidden Error