create.new_song
Submit a song generation request.
Returns immediately with status: processing. Use the matching GET to
poll for completion, or supply a callback_url to receive a webhook.
Songs are generated from lyrics plus either a text prompt or a reference
track URL. Each request produces multiple variations which appear as
separate entries in the outputs list when the operation is ready.
Documentation Index
Fetch the complete documentation index at: https://docs.soundpiece.co/llms.txt
Use this file to discover all available pages before exploring further.
Body
- CreateNewSongReferenceRequest
- CreateNewSongPromptRequest
A unique UUID you choose. Send the same key to retry safely; we'll return the original response without doing the work again.
Song lyrics. Use [Verse], [Chorus], [Bridge], [Intro], [Outro], [Instrumental] section markers on their own line to structure the song. Each subsequent line within a section is a separate vocal line.
Example:
[Verse]
This is a demo song, don't get too excited
Wrote it in me lounge while slightly half-sighted
[Chorus]
It's only a demo, keep your hopes low
Recorded it once, then decided "that'll go"1 - 3000An audio source to use as a reference for generation.
Optional HTTPS URL we'll POST the final response to when the operation reaches ready or failed. Polling remains the canonical source of truth; webhooks are a best-effort latency optimisation.
1 - 2048Response
Successful Response
