List Transcription Vocabularies
GET {{baseUrl}}/video/v1/transcription-vocabularies
List all Transcription Vocabularies.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Number of items to include in the response | |
page | number | Offset by this many pages, of the size of limit |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"id":"VDm3npt2eaEDvz9emzun8Q","name":"Mux API Vocabulary","phrases":["Mux","Live Stream","Playback ID","video encoding"],"created_at":"1609869152","updated_at":"1609870000"},{"id":"M1lDlzSP102NgukTnyQyLqw","name":"Video Codecs","phrases":["h.264","HEVC","AV1"],"created_at":"1609869152","updated_at":"1609870000"}]}