{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Speech to text Usage Reports API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Speech to text Usage Reports", "type": "folder" }, "items": [ { "info": { "name": "Get speech to text usage report", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/legacy/reporting/usage_reports/speech_to_text", "params": [ { "name": "start_date", "value": "", "type": "query" }, { "name": "end_date", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate and fetch speech to text usage report synchronously. This endpoint will both generate and fetch the speech to text report over a specified time period. " } ] } ], "bundled": true }