Censored Lists
Censored lists are named groups of words that the profanity filter blocks
during caption and transcript generation. Each list is scoped to your
account and identified by list_id. Lists are versioned via PUT (full
replace) and removed via DELETE.
| Method | Endpoint | Scope |
|---|---|---|
GET | List censored-word lists | vdclip:assets:read |
POST | Create a list | vdclip:assets:write |
PUT | Replace a list | vdclip:assets:write |
DELETE | Delete a list | vdclip:assets:write |
See REST conventions for the standard envelope, pagination, and rate-limit headers. Errors follow the Errors catalog.
Last updated on