Models/Suno/Music API
Live11 endpoints

Suno API — AI Music Generation with Vocals & Lyrics

The Suno API turns text prompts into complete songs with vocals, lyrics, and instrumentation. Muapi also exposes Suno remix, extend, mashup, vocal, instrumental, voice-cloning, lyric, sound, and WAV utilities through one API key, from $0.003 per request.

🎵 Music GenerationFull songs with vocals, lyrics, and instrumentation4 models
AudioNew
🎵 Music Generation

Suno Create Music

Turn a text prompt into a full song with vocals, lyrics, and instrumentation. Describe a mood, genre, or lyric idea and receive a studio-quality track in seconds.

Full song
$0.10/request
Try Model
AudioNew
🎵 Music Generation

Suno Remix Music

Transform an uploaded audio track into a new style while retaining its core melody and the hook that makes it recognizable.

Full song
$0.09/request
Try Model
ExtendNew
🎵 Music Generation

Suno Extend Music

Continue an uploaded track while preserving its original style, creating a longer version that follows the input naturally.

Full song
$0.09/request
Try Model
SFXNew
🎵 Music Generation

Suno Mashup

Combine one to five audio tracks into a single blended song with creative direction for the new arrangement.

Full song
$0.09/request
Try Model
🎤 Vocals & InstrumentalsAdd, remove, or clone vocal and instrumental layers3 models
AudioNew
🎤 Vocals & Instrumentals

Suno Add Vocals

Add AI-generated singing or rap vocals to an instrumental track using lyrics, style, and vocal direction.

Full song
$0.09/request
Try Model
AudioNew
🎤 Vocals & Instrumentals

Suno Add Instrumental

Build instrumental backing around an acapella recording and turn an existing vocal take into a complete arrangement.

Full song
$0.09/request
Try Model
AudioFree preview
🎤 Vocals & Instrumentals

Suno Voice Clone

Submit a clean 10-second sample, complete a liveness check, and receive a reusable voice_id for future Suno music generation.

voice_id
Free preview
Try Model
✍️ Text & StyleLyrics and style-prompt helpers2 models
TextNew
✍️ Text & Style

Suno Generate Lyrics

Generate original lyrics from a topic, mood, or theme before sending them to a full-song or vocal endpoint.

TextFast
$0.003/request
Try Model
TextNew
✍️ Text & Style

Suno Boost Style

Expand a short style idea into a richer production brief with genre, instruments, mood, and performance detail.

TextFast
$0.003/request
Try Model
🛠 UtilitiesSound effects and production format conversion2 models
SFXNew
🛠 Utilities

Suno Sounds

Generate short sound effects with Suno's chirp-crow model for foley, ambience, games, video, and social content.

AudioFast
$0.02/request
Try Model
ConvertUtility
🛠 Utilities

Suno Convert to WAV

Convert a Suno-generated track to high-quality, uncompressed WAV for editing, mixing, and professional post-production.

WAV fileFast
$0.01/request
Try Model

What is the Suno API?

The Suno API gives applications programmatic access to Suno's AI music generation workflow. Describe a mood, genre, or lyric idea and create a realistic track with vocals, lyrics, and instrumentation in one request.

Muapi exposes the complete Suno endpoint catalogue through one REST API. Use the audio playground to compare endpoints, then combine generation, remixing, voice, lyric, sound, and conversion steps in your own workflow.

Key Capabilities

Full Song Generation

Turn a text prompt into a complete song with vocals, lyrics, and instrumentation in one asynchronous request.

Remix and Extend

Upload an existing track to transform its style or continue the song while preserving its musical identity.

Voice Cloning

Clone a singing voice from a 10-second sample with an anti-deepfake liveness check, then reuse the voice_id.

Vocal and Instrumental Layers

Add vocals to an instrumental or create an instrumental arrangement around an acapella recording.

Mashups

Blend one to five source tracks into a new mashup with optional creative guidance and style controls.

Lyrics, Style, and WAV

Draft lyrics, enrich style prompts, generate sound effects, and export finished tracks to uncompressed WAV.

Suno API Endpoint Comparison

EndpointInputOutputPriceBest For
suno-create-musicPrompt + styleFull song$0.10/requestNew songs with vocals and lyrics
suno-remix-musicAudio + styleRemixed song$0.09/requestPrompt-directed transformations
suno-extend-musicAudio + prompt + styleExtended song$0.09/requestContinuing an existing track
suno-generate-mashup1–5 audio tracksMashup$0.09/requestBlending source tracks
suno-add-vocalsInstrumental + lyricsFull song$0.09/requestAdding singing or rap
suno-add-instrumentalAcapella + styleFull song$0.09/requestBuilding backing tracks
suno-voice-clone10-second samplevoice_idFree previewVoice prototypes
suno-generate-lyricsTheme or promptLyrics$0.003/requestSongwriting drafts
suno-boost-music-styleStyle conceptEnhanced style$0.003/requestImproving production briefs
suno-generate-soundsSound promptAudio$0.02/requestShort sound effects
suno-convert-to-wavtask_id + audio_idWAV file$0.01/requestProfessional audio export

Prices and supported fields are model-specific. Review the live Playground schema and rights terms before shipping generated audio in production.

How to Call the Suno API

Submit a JSON request with your Muapi API key, save the request ID, and poll the shared result endpoint. Upload source audio first when a remix, extension, mashup, or layering endpoint needs a public URL.

1. Generate a song

curl -X POST https://api.muapi.ai/api/v1/suno-create-music \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"A bright indie-pop song about starting over","style":"Indie pop","model":"V5","instrumental":false}'

# Response: {"request_id":"REQUEST_ID"}

Call suno-create-music with a prompt and style. Set instrumental to false when the prompt should become sung lyrics.

2. Upload source audio

curl -X POST https://api.muapi.ai/api/v1/upload_file \
  -H "x-api-key: YOUR_API_KEY" \
  -F "file=@./demo-track.mp3"

# Use the returned public URL for remix, extend, mashup, or vocal endpoints.

Use the shared upload endpoint for source tracks, or pass a publicly reachable URL to the model-specific audio_url field.

3. Poll the result

curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \
  -H "x-api-key: YOUR_API_KEY"

# Poll until status is completed, then read the generated audio URL.

Poll until the task is completed, then read the returned audio URL or voice_id and pass it to the next step in your workflow.

Frequently Asked Questions

Can I generate a complete song from text?

Yes. Suno Create Music accepts a style and text direction and can return a complete song with vocals, lyrics, and instrumentation. The exact fields are defined in the live model schema.

Can I remix or extend an existing track?

Yes. Use suno-remix-music to transform an uploaded track into a new style, or suno-extend-music to continue it while preserving the original feel. Remix inputs may be up to 8 minutes; extension inputs may be up to 2 minutes.

Can the Suno API generate instrumental music?

Yes. Set instrumental where supported, use suno-add-instrumental with an acapella source, or choose the appropriate instrumental workflow in the Playground.

Can I clone a singing voice with the Suno API?

Yes. Suno Voice Clone takes a clean 10-second sample, asks for a fresh liveness-check phrase, and returns a reusable voice_id. It is free during preview.

Can I generate lyrics and sound effects separately?

Yes. Suno Generate Lyrics creates lyric drafts, Suno Boost Style expands a rough production brief, and Suno Sounds generates short effects from a prompt.

How much does the Suno API cost?

Full-song generation costs $0.10 per request; remix, extend, mashup, vocal, and instrumental endpoints cost $0.09; lyrics and style tools cost $0.003; sounds cost $0.02; WAV conversion costs $0.01; voice cloning is free during preview.

Do I need Discord to use Suno through Muapi?

No. Muapi exposes Suno as standard asynchronous REST endpoints. Create an API key, submit JSON, and poll the returned request ID without a Discord bot or manual prompting.

Ready to build with Suno?

Create one Muapi API key and connect songs, remixing, voice, lyrics, sounds, and export in a single asynchronous workflow.