{ "opencollection": "1.0.0", "info": { "name": "Camb.AI Dubbing Transcription API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Transcription", "type": "folder" }, "items": [ { "info": { "name": "Create a transcription task", "type": "http" }, "http": { "method": "POST", "url": "https://client.camb.ai/apis/transcribe", "body": { "type": "multipart-form", "data": [] } }, "docs": "Transcribes speech to text from an uploaded media file or a media URL, with speaker identification and word-level timestamps." }, { "info": { "name": "Poll a transcription task", "type": "http" }, "http": { "method": "GET", "url": "https://client.camb.ai/apis/transcribe/:task_id", "params": [ { "name": "task_id", "value": "", "type": "path", "description": "The task identifier returned when the task was created." } ] }, "docs": "Returns the status and, when complete, the transcript." } ] } ], "bundled": true }