v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Speech to Text Batch Reports

Create a new Speech to Text batch report request

Creates a new Speech to Text batch report request with the specified filters

post/legacy/reporting/batch_detail_records/speech_to_text

Request body

end_datestring date-time required

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

start_datestring date-time required

Start date in ISO format with timezone

Example request

{
  "end_date": "2020-07-01T00:00:00-06:00",
  "start_date": "2020-07-01T00:00:00-06:00"
}

Response

Speech to text batch report request created successfully

Example response

{
  "data": {
    "created_at": "2020-07-01T00:00:00-06:00",
    "download_link": "https://portal-cdrs-usage.s3.amazonaws.com",
    "end_date": "2020-07-01T00:00:00-06:00",
    "id": "ab76c3b6-80cd-11eb-9439-0242ac130002",
    "record_type": "speech_to_text_report",
    "start_date": "2020-07-01T00:00:00-06:00"
  }
}