Skip to main content
POST
/
queues
/
{queueId}
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"
}

Authorizations

Authorization
string
header
required

Body

application/json
type
enum<string>
required
Available options:
text,
image
Example:
content
string
required
Example:
meta
object
Example:
actorId
string
Example:

Response

id
string
required
status
enum<string>
required
Available options:
processing,
pending