cURL
curl --request POST \ --url https://api.opus.pro/api/censor-jobs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "projectId": "P2061602abcd", "clipId": "lDIOHRzdac", "options": { "beepSound": false } }'
{ "jobId": "<string>", "message": "<string>" }
Create a censor job to censor words in a clip.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object
Was this page helpful?