Get transcript

GET {{base_url}}/media/{{media-id}}

You can retrieve the media_id of content by webhook, API call, or right-clicking the content, copying the video address, and finding the media_id (after /transcoded/ and before /video.mp4 in the URL).

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
organization-idstring

RESPONSES

status: OK

{"caption_data":null,"gif":"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnails/preview.gif","media_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","organization_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","thumbnail":"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnails/image.0000002.jpg","transcode_status":"completed","transcribe_status":"completed","transcription":"Hello there, world. This is a test of how you can retrieve a transcript in video ask.","transcription_data":[{"confidence":0.891358823529412,"transcript":"Hello there, world. This is a test of how you can retrieve a transcript in video ask.","words":[{"word":"Hello","start_time":1.2,"end_time":1.4},{"word":"there,","start_time":1.5,"end_time":1.7},{"word":"world.","start_time":1.7,"end_time":2.2},{"word":"This","start_time":2.3,"end_time":2.6},{"word":"is","start_time":2.7,"end_time":2.9},{"word":"a","start_time":2.9,"end_time":3.1},{"word":"test","start_time":3.1,"end_time":3.5},{"word":"of","start_time":3.6,"end_time":3.9},{"word":"how","start_time":4,"end_time":4.4},{"word":"you","start_time":4.5,"end_time":4.8},{"word":"can","start_time":4.9,"end_time":5.1},{"word":"retrieve","start_time":5.2,"end_time":5.7},{"word":"a","start_time":5.8,"end_time":6},{"word":"transcript","start_time":6,"end_time":6.6},{"word":"in","start_time":6.6,"end_time":6.9},{"word":"video","start_time":6.9,"end_time":7.2},{"word":"ask.","start_time":7.3,"end_time":7.4}]}],"url":"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.mp4","created_at":"2022-09-07T18:35:09.623643Z"}