Check out our upcoming events and meetups! View events →
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.
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted
});
const response = await client.legacy.reporting.usageReports.retrieveSpeechToText();
console.log(response.data);{
"data": {}
}Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"2020-07-02T00:00:00-06:00"
"2020-07-01T00:00:00-06:00"
Successful
Was this page helpful?
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted
});
const response = await client.legacy.reporting.usageReports.retrieveSpeechToText();
console.log(response.data);{
"data": {}
}