Skip to main content
POST
MiniMax Voice Design
Generate a personalized custom voice from a text description. Returns a voice_id that can be used with the T2A speech synthesis API, as well as a hex-encoded preview audio sample.

Request Headers

string
required
Enum value: application/json
string
required
Bearer authentication format: Bearer {{API Key}}.

Request Body

string
required
Voice description text that defines the characteristics of the voice to generate.
string
Custom voice ID. If not provided, the system will automatically create a unique voice_id.
string
required
Text used to generate the preview audio sample, up to 500 characters.Length limit: 0 - 500

Response Information

string
Generated voice ID, which can be used with the T2A speech synthesis API.