cURL
curl --request POST \ --url https://moderationapi.com/api/v1/actions/execute \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "actionKey": "<string>", "contentIds": [ "<string>" ], "value": "<string>", "queueId": "<string>" }'
{ "success": true }
Execute a moderation action on one or more content items.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Input parameters
Action executed successfully
Execution result
Was this page helpful?