{ "opencollection": "1.0.0", "info": { "name": "Gladia Control AudioToText Transcription V2 API", "version": "1.0" }, "items": [ { "info": { "name": "Transcription V2", "type": "folder" }, "items": [ { "info": { "name": "Get transcription jobs based on query parameters", "type": "http" }, "http": { "method": "GET", "url": "https://api.gladia.io/v2/transcription", "params": [ { "name": "offset", "value": "", "type": "query", "description": "The starting point for pagination. A value of 0 starts from the first item." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. Useful for pagination and controlling data payload size." }, { "name": "date", "value": "", "type": "query", "description": "Filter items relevant to a specific date in ISO format (YYYY-MM-DD)." }, { "name": "before_date", "value": "", "type": "query", "description": "Include items that occurred before the specified date in ISO format." }, { "name": "after_date", "value": "", "type": "query", "description": "Filter for items after the specified date. Use with `before_date` for a range. Date in ISO format." }, { "name": "status", "value": "", "type": "query", "description": "Filter the list based on item status. Accepts multiple values from the predefined list." }, { "name": "custom_metadata", "value": "", "type": "query" }, { "name": "kind", "value": "", "type": "query", "description": "Filter the list based on the item type. Supports multiple values from the predefined list." } ], "auth": { "type": "apikey", "key": "x-gladia-key", "value": "{{x-gladia-key}}", "placement": "header" } }, "docs": "Get transcription jobs based on query parameters" }, { "info": { "name": "Initiate a new transcription job", "type": "http" }, "http": { "method": "POST", "url": "https://api.gladia.io/v2/transcription", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-gladia-key", "value": "{{x-gladia-key}}", "placement": "header" } }, "docs": "Initiate a new transcription job" }, { "info": { "name": "Get the transcription job's metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.gladia.io/v2/transcription/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the transcription job" } ], "auth": { "type": "apikey", "key": "x-gladia-key", "value": "{{x-gladia-key}}", "placement": "header" } }, "docs": "Get the transcription job's metadata" }, { "info": { "name": "Delete the transcription job", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.gladia.io/v2/transcription/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the transcription job" } ], "auth": { "type": "apikey", "key": "x-gladia-key", "value": "{{x-gladia-key}}", "placement": "header" } }, "docs": "Delete the transcription job" }, { "info": { "name": "Download the audio file used for this transcription job", "type": "http" }, "http": { "method": "GET", "url": "https://api.gladia.io/v2/transcription/:id/file", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the transcription job" } ], "auth": { "type": "apikey", "key": "x-gladia-key", "value": "{{x-gladia-key}}", "placement": "header" } }, "docs": "Download the audio file used for this transcription job" } ] } ], "bundled": true }