{ "opencollection": "1.0.0", "info": { "name": "Mux Animated Images Captions and Transcripts API", "version": "v1" }, "items": [ { "info": { "name": "Captions and Transcripts", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a WebVTT File for a Text Track", "type": "http" }, "http": { "method": "GET", "url": "https://api.mux.com/:PLAYBACK_ID/text/:TRACK_ID.vtt", "params": [ { "name": "PLAYBACK_ID", "value": "", "type": "path", "description": "The asset or live stream's playback ID." }, { "name": "TRACK_ID", "value": "", "type": "path", "description": "The ID of the track for an asset." }, { "name": "TOKEN", "value": "", "type": "query", "description": "Signed token (JWT) for [secure video playback](https://docs.mux.com/guides/secure-video-playback)." } ] }, "docs": "Fetch a standalone WebVTT version of a text track from an asset." }, { "info": { "name": "Retrieve a Transcript", "type": "http" }, "http": { "method": "GET", "url": "https://api.mux.com/:PLAYBACK_ID/text/:TRACK_ID.txt", "params": [ { "name": "PLAYBACK_ID", "value": "", "type": "path", "description": "The asset or live stream's playback ID." }, { "name": "TRACK_ID", "value": "", "type": "path", "description": "The ID of the track for an asset." }, { "name": "TOKEN", "value": "", "type": "query", "description": "Signed token (JWT) for [secure video playback](https://docs.mux.com/guides/secure-video-playback)." } ] }, "docs": "Fetch a [transcript of an asset](https://docs.mux.com/guides/add-autogenerated-captions-and-use-transcripts#retrieve-a-transcript). This is only possible for assets with a text track generated using the [VOD generated captions feature](https://docs.mux.com/guides/add-autogenerated-captions-and-use-transcripts)." } ] } ], "bundled": true }