Skip to Content
List Transcription Vocabularies
get

List all Transcription Vocabularies.

Request path & query params
limit
integer
(default: 10, max: 10)

Number of items to include in the response

page
integer
(default: 1)

Offset by this many pages, of the size of limit

get
200
/video/v1/transcription-vocabularies
Response
(application/json)
{
  "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"
    }
  ]
}