POST
/
api
/
censor-jobs
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>"
}
👆Use above tools to generate API request code snippets.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

201 - application/json

The response is of type object.