Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Body

application/json

Speech to Text batch report request data

Request object for Speech to Text detailed report

start_date
string<date-time>
required

Start date in ISO format with timezone

Example:

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

end_date
string<date-time>
required

End date in ISO format with timezone (date range must be up to one month)

Example:

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

Response

Speech to text batch report request created successfully

data
object