{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Speech to Text Batch Reports API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Speech to Text Batch Reports", "type": "folder" }, "items": [ { "info": { "name": "Get all Speech to Text batch report requests", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/legacy/reporting/batch_detail_records/speech_to_text", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves all Speech to Text batch report requests for the authenticated user" }, { "info": { "name": "Create a new Speech to Text batch report request", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/legacy/reporting/batch_detail_records/speech_to_text", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a new Speech to Text batch report request with the specified filters" }, { "info": { "name": "Get a specific Speech to Text batch report request", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/legacy/reporting/batch_detail_records/speech_to_text/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves a specific Speech to Text batch report request by ID" }, { "info": { "name": "Delete a Speech to Text batch report request", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/legacy/reporting/batch_detail_records/speech_to_text/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a specific Speech to Text batch report request by ID" } ] } ], "bundled": true }