cURL
curl --request POST \ --url https://api.example.com/index/{index_name}/video/{video_id}/transcript \ --header 'Content-Type: multipart/form-data' \ --header 'X-API-Key: <api-key>' \ --form transcript='@example-file'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.askvideos.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.askvideos.com/llms.txt
Use this file to discover all available pages before exploring further.
Transcript file upload. Must be a .vtt file.
Successful Response