{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_account subpackage_speechToText API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_speechToText", "type": "folder" }, "items": [ { "info": { "name": "List transcripts", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/speech-to-text", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "Retrieve paginated list of transcript jobs" }, { "info": { "name": "Create transcript job", "type": "http" }, "http": { "method": "POST", "url": "https://f.cluster.resemble.ai/speech-to-text", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "query", "type": "text", "value": "" } ] } }, "docs": "Submit audio or video for transcription" }, { "info": { "name": "Get transcript", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/speech-to-text/:uuid", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Retrieve transcript status, text, and timestamps" }, { "info": { "name": "Ask intelligence question", "type": "http" }, "http": { "method": "POST", "url": "https://f.cluster.resemble.ai/speech-to-text/:uuid/ask", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit a question about a completed transcript" }, { "info": { "name": "List intelligence questions", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/speech-to-text/:uuid/questions", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "uuid", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "List all questions asked about a transcript" }, { "info": { "name": "Get intelligence question status", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/speech-to-text/:uuid/questions/:question_uuid", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "uuid", "value": "", "type": "path" }, { "name": "question_uuid", "value": "", "type": "path" } ] }, "docs": "Check the status of a specific question" } ] } ], "bundled": true }