cURL
curl --request POST \ --url https://api.usebouncer.com/v1/toxicity/list \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' [ "jane@usebouncer.com", "john@usebouncer.com" ] '
{ "id": "61c69f7907cbda25bc76f7e4", "createdAt": "2023-01-17T13:15:37.563Z", "status": "processing" }
Documentation IndexFetch the complete documentation index at: https://docs.usebouncer.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.usebouncer.com/llms.txt
Use this file to discover all available pages before exploring further.
The body is of type string.
string
[ "jane@usebouncer.com", "john@usebouncer.com"]
OK
The response is of type object.
object