cURL
curl --request POST \ --url https://api.contentmod.io/queues/{queueId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "text", "content": "This is a very cool api", "meta": "{}", "actorId": "123" }'
{ "id": "<string>", "status": "processing" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
image
The body is of type object.
object
Response of the created queue item
The response is of type object.