POST
/
queues
/
{queueId}

Authorizations

Authorization
string
header
required

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

Body

application/json
content
string
required

The content to moderate. Can either be a text, url or base64 encoded image

type
enum<string>
required

Type of content to moderate

Available options:
text,
image
actorId
string

An ID of a user that is performing an action in your system

meta
object

Any metadata you want to store with the content

Response

200 - application/json
id
string
required
status
enum<string>
required
Available options:
processing,
pending