POST
/
v1
/
toxicity
/
list
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"
}

Rate Limiting

API allows creating of 10 lists per minute.

Authorizations

x-api-key
string
headerrequired

Headers

Content-Type
string

Body

application/json ยท string

The body is of type string.

Response

200 - application/json

The response is of type object.