Get speech to text usage report
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.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Start of the date range filter (inclusive, ISO 8601).
Example:
"2020-07-02T00:00:00-06:00"
End of the date range filter (inclusive, ISO 8601).
Example:
"2020-07-01T00:00:00-06:00"
Response
Successful
JavaScript