{ "opencollection": "1.0.0", "info": { "name": "Tavus Developer API Collection Conversations Transcriptions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Transcriptions", "type": "folder" }, "items": [ { "info": { "name": "List Transcriptions", "type": "http" }, "http": { "method": "GET", "url": "https://tavusapi.com/v2/transcriptions", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The number of transcriptions to return per page. Default is 10." }, { "name": "page", "value": "", "type": "query", "description": "The page number to return. Default is 1." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "This endpoint returns a list of all Transcriptions created by the account associated with the API Key in use.\n" }, { "info": { "name": "Create Transcription", "type": "http" }, "http": { "method": "POST", "url": "https://tavusapi.com/v2/transcriptions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "This endpoint creates a transcription request that will convert speech to text in your video content.\n" }, { "info": { "name": "Get Transcription", "type": "http" }, "http": { "method": "GET", "url": "https://tavusapi.com/v2/transcriptions/:transcription_id", "params": [ { "name": "transcription_id", "value": "", "type": "path", "description": "A unique identifier for the transcription." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "This endpoint returns a single transcription by its unique identifier.\n" }, { "info": { "name": "Delete Transcription", "type": "http" }, "http": { "method": "DELETE", "url": "https://tavusapi.com/v2/transcriptions/:transcription_id", "params": [ { "name": "transcription_id", "value": "", "type": "path", "description": "A unique identifier for the transcription." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "This endpoint deletes a single transcription by its unique identifier.\n" } ] } ], "bundled": true }