Create a Transcription Vocabulary

POST {{baseUrl}}/video/v1/transcription-vocabularies

Create a new Transcription Vocabulary.

Request Body

{"name"=>"Mux API Vocabulary", "phrases"=>["Mux", "Live Stream", "Playback ID", "video encoding"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"data":{"id":"VDm3npt2eaEDvz9emzun8Q","name":"Mux API Vocabulary","phrases":["Mux","Live Stream","Playback ID","video encoding"],"created_at":"1609869152","updated_at":"1609869152"}}