Skip to main content
GET
/
legacy
/
reporting
/
usage_reports
/
speech_to_text
JavaScript
import Telnyx from 'telnyx';

const client = new Telnyx({
  apiKey: 'My API Key',
});

const response = await client.legacy.reporting.usageReports.retrieveSpeechToText();

console.log(response.data);
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start_date
string<date-time>
Example:

"2020-07-01T00:00:00-06:00"

end_date
string<date-time>
Example:

"2020-07-01T00:00:00-06:00"

Response

Successful

data
object