Create a sound generation task with loop, tempo, key, and optional lyrics subtitle capture settings.
prompt.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 only support V5.
V5 "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"