Create a sound generation task with loop, tempo, key, and optional lyrics subtitle capture settings.
prompt.model parameterV5, V5_5.V5_5: Unleash Your Voice: Custom Models Tailored to Your Unique Taste. Supported behavior matches V5 for this endpoint (same parameters and limits, e.g. prompt max length as documented in the API schema).All endpoints require authentication using Bearer Token.
Add to request headers:
Authorization: Bearer YOUR_API_KEY⚠️ Note:
- Keep your API Key secure and do not share it with others
- If you suspect your API Key has been compromised, reset it immediately from the management page
Prompt text for sound generation. Maximum 500 characters.
500"A soft rain ambience with distant thunder and gentle wind"
Model name. Sounds tasks support V5 and V5_5. V5_5: Unleash Your Voice: Custom Models Tailored to Your Unique Taste. Supported behavior matches V5.
V5, V5_5 "V5"
Whether to enable loop playback for the generated sound.
false
BPM (beats per minute). If omitted, Auto is used.
1 <= x <= 300120
Pitch key of generated sound. Default is Any.
Any, Cm, C#m, Dm, D#m, Em, Fm, F#m, Gm, G#m, Am, A#m, Bm, C, C#, D, D#, E, F, F#, G, G#, A, A#, B "Any"
Whether to fetch lyric subtitle data after task completion.
false
Callback URL for asynchronous task completion notifications.
"https://api.example.com/callback"
Request successful
200, 400, 401, 404, 405, 413, 429, 430, 455, 500 200
Error message when code != 200
"success"