Skip to main content
POST
Lyria 3 Pro

Headers

Authorization
string

Body

application/json
model
enum<string>
required

Model name. Must be lyria-3-pro.

Available options:
lyria-3-pro
prompt
string
required

Required. What the song should be: genre, mood, instruments, theme, and vocals or not (e.g. add Instrumental only, no vocals). Max 3000 characters.

Maximum string length: 3000
image_urls
string<uri>[]

Optional. Up to 10 reference images (each up to 30 MB) that the song should be inspired by.

Maximum array length: 10
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