{ "opencollection": "1.0.0", "info": { "name": "Speechmatics Batch Transcription API Keys API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "Get all API keys", "type": "http" }, "http": { "method": "GET", "url": "https://asr.api.speechmatics.com/v2/api-keys", "params": [ { "name": "project_id", "value": "", "type": "query", "description": "Filter API keys by project ID." } ] }, "docs": "Get all API keys" }, { "info": { "name": "Create an API key", "type": "http" }, "http": { "method": "POST", "url": "https://asr.api.speechmatics.com/v2/api-keys", "params": [ { "name": "type", "value": "", "type": "query", "description": "Product the token will be authorized to access (default batch)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an API key" }, { "info": { "name": "Delete an API key", "type": "http" }, "http": { "method": "DELETE", "url": "https://asr.api.speechmatics.com/v2/api-keys/:apikey_id", "params": [ { "name": "apikey_id", "value": "", "type": "path", "description": "The API key ID to delete." } ] }, "docs": "Delete an API key" } ] } ], "bundled": true }