Skip to main content
GET
Get Speech Generation Task
Retrieve the status and result of a MiniMax Speech 2.8 Turbo text-to-speech generation task using the task_info.id returned from the POST request.

Authorizations

Authorization
string
header
required

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

Path Parameters

task_id
string<uuid>
required

Response

200 - application/json

Task result

audios
string<uri>[]

List of generated audio file URLs.

audio_length
number | null

Audio duration in seconds.

audio_size
integer | null

Audio file size in bytes.

usage_characters
integer | null

Number of billable characters.

word_count
integer | null

Word count in input text.

task_info
object