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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"data":{"id":"VDm3npt2eaEDvz9emzun8Q","name":"Mux API Vocabulary","phrases":["Mux","Live Stream","Playback ID","video encoding"],"created_at":"1609869152","updated_at":"1609869152"}}