Queues
Add Queue Item
Add an item to a queue
To add an item to a queue you can use the queue().addItem method.
index.ts
Request
The type of the item to add to the queue.
Example: text
image
The content of the item to add to the queue. Either text, image url or base64 encoded image.
Example: Hello world
https://example.com/image.jpg
/9j/4AAQSkZJRgABAQAASABIAAD/...
An ID of a user that is performing an action in your system.
Example: 123
Any additional metadata you want to include with the moderation request that will be saved.
Example: {"userId": "1234"}