v1

latestOpenAPI 3.0.02026-07-26213850.5 KB
censor-jobs
enterprise

post/api/censor-jobs

Request body

projectIdstring required

The project id that you want to censor.

clipIdstring required

The clip id that you want to censor.

Example request

{
  "projectId": "P0000000demo",
  "clipId": "lDIOHRzdac",
  "options": {
    "beepSound": true
  }
}

Response

jobIdstring

If the job was created successfully, this will contain the job ID.

messagestring

A message indicating the result of the job creation.

All 21 operations