
Slow cinematic electronic soul with warm Rhodes, deep sub-bass, and an intimate low male vocal.
A complete Suno music workflow covering new songs, lyrics, extensions, covers, uploads, stems, editing, exports, analysis, and result retrieval.

Slow cinematic electronic soul with warm Rhodes, deep sub-bass, and an intimate low male vocal.

Alternative R&B and dark indie folk with intimate tenor vocals and a late-night drift.
Alternative R&B, Dark Indie Folk, 78 Bpm, Fingerpicked Electric Chorus Guitar, Reverb-Striped Acoustic Guitar, Analog Synth Pads, Slow 808 Sub-Bass, Muted Kick-Snare Groove, Brushed Hi-Hats, Spring Reverb, Compressed Drum Bus, Intimate Melancholy, Late-Night Drift, Verse-Pre-Chorus-Chorus, Males Tenor Intimate Stereo Vocals
Create complete songs in inspiration or custom mode, or generate lyrics independently.
Extend existing music, produce covers, and work from uploaded audio.
Fetch completed assets and separate vocals, instrumental, or a full set of stems.
Usage is metered in quota by model, action, and output settings.
Use the endpoint below with your TTAPI key and the request fields shown.
/suno/v1/musicGenerate music from inspiration or custom lyrics.
Official reference/suno/v1/lyricsGenerate lyrics from a text brief.
Official reference/suno/v1/extendContinue an existing track from a selected point.
Official reference/suno/v1/coverCreate a cover version of an existing audio asset.
Official reference/suno/v1/uploadUpload audio for supported continuation and editing flows.
Official reference/suno/v1/stemsSeparate vocals, instrumental, or all available stems.
Official reference/suno/v1/stems-allCreate a full multi-track stem separation.
Official reference/suno/v1/add-vocalsAdd a generated vocal layer to an existing arrangement.
Official reference/suno/v1/add-instrumentalBuild an instrumental layer around existing audio.
Official reference/suno/v1/replace-sectionRegenerate a selected section of a song.
Official reference/suno/v1/remasterProduce a polished remaster of an existing track.
Official reference/suno/v1/mashupCombine songs or ideas into a blended output.
Official reference/suno/v1/cropTrim a selected time range from a track.
Official reference/suno/v1/adjust-speedChange playback speed with optional pitch preservation.
Official reference/suno/v1/wavExport a completed song as high-quality WAV audio.
Official reference/suno/v1/gen-midiExport generated music as MIDI for further editing.
Official reference/suno/v1/gen-bpmDetect a song's tempo and beat speed.
Official reference/suno/v2/fetchRetrieve the status and result of a Suno task.
Official referenceTT-API-KEYstringrequiredYour TTAPI API key.
Content-TypestringrequiredUse application/json.
custombooleanrequiredUse custom lyrics mode when true.
instrumentalbooleanrequiredGenerate a track without vocals when true.
mvenumrequiredSuno model version, such as chirp-v5-5 or chirp-v5.
gpt_description_promptstringconditionalCreative brief required for inspiration mode.
promptstringconditionalLyrics required for custom mode.
titlestringoptionalTrack title.
tagsstringoptionalGenre, mood, instrumentation, and vocal style tags.
negative_tagsstringoptionalStyles or traits to avoid.
hookUrlstringoptionalCallback URL for completion.
Copy the resolved endpoint, authentication headers, and request body for this model.
curl --request POST \
--url https://api.ttapi.io/suno/v1/music \
--header 'TT-API-KEY: $TTAPI_KEY' \
--header 'Content-Type: application/json' \
--data '{"custom":false,"instrumental":false,"mv":"chirp-v5-5","gpt_description_prompt":"slow cinematic electronic soul, 75 BPM, deep sub-bass, warm Rhodes piano, soft brushes, atmospheric pads, intimate low male vocal","title":"ALL BLUE AND YOU","tags":"cinematic electronic soul, melancholic, warm analog","hookUrl":"https://example.com/webhooks/suno"}'