---
title: "POST /api/censor-jobs"
method: POST
path: "/api/censor-jobs"
tags: ["censor-jobs", "enterprise"]
---

# POST /api/censor-jobs

`POST /api/censor-jobs`

## Request body

- CensorJobRequest
  - `projectId` string, required — The project id that you want to censor.
  - `clipId` string, required — The clip id that you want to censor.
  - `options` CensorJobOptions
    - `beepSound` boolean — Use beep sound instead of the censored words.

## Response `201`

- CensorJobResponse
  - `jobId` string — If the job was created successfully, this will contain the job ID.
  - `message` string — A message indicating the result of the job creation.

---

[API](https://skmtc.dev/opus/apis/clip-api.md) · [All operations](https://skmtc.dev/opus/apis/clip-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opus/clip-api/revisions/7fa7ca3147b7/schema)
