Skip to main content
POST
MiniMax Music 3.0

Headers

Authorization
string

Body

application/json
model
enum<string>
required

Model name. Must be minimax-music-3-0.

Available options:
minimax-music-3-0
lyrics
string

Lyrics to sing, with \n between lines. Supports section tags such as [Intro], [Verse], [Pre Chorus], [Chorus], [Bridge], [Outro], [Inst], [Solo]. Max 3500 characters. Omit it and give a prompt to have the lyrics written for you. Not allowed when instrumental is true.

Maximum string length: 3500
prompt
string

Style, mood and scenario of the music, e.g. Pop, melancholic, perfect for a rainy night. Max 2000 characters. Required when instrumental is true or when lyrics is omitted.

Maximum string length: 2000
instrumental
boolean
default:false

true = no vocals. Requires prompt and does not accept lyrics.

custom_callback_url
string<uri>

Optional. A publicly accessible HTTPS URL. When the task status changes (processing / success / failed), GoEnhance sends a POST request to this URL. The request body is identical to the response of GET /api/v1/jobs/detail. If your server does not respond with HTTP 200, the notification is retried up to 3 times, with a 3-second timeout per attempt.

Example:

"https://your-server.com/goenhance/callback"

Response

code
integer
required
msg
string
required
data
object
required