Skip to main content
POST
/
v1
/
toxicity
/
list
Create toxicity list job
curl --request POST \
  --url https://api.usebouncer.com/v1/toxicity/list \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
[
  "[email protected]",
  "[email protected]"
]
'
{}
Rate Limiting API allows creating of 10 lists per minute.

Authorizations

x-api-key
string
header
required

Headers

Content-Type
string

Body

application/json

The body is of type string.

Response

OK

The response is of type object.