Retrieve a Transcription Vocabulary
GET {{baseUrl}}/video/v1/transcription-vocabularies/:TRANSCRIPTION_VOCABULARY_ID
Retrieves the details of a Transcription Vocabulary that has previously been created. Supply the unique Transcription Vocabulary ID and Mux will return the corresponding Transcription Vocabulary information. The same information is returned when creating a Transcription Vocabulary.
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"}}