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.
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.
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.
Transform an uploaded audio track into a new style while retaining its core melody and the hook that makes it recognizable.
Continue an uploaded track while preserving its original style, creating a longer version that follows the input naturally.
Combine one to five audio tracks into a single blended song with creative direction for the new arrangement.
Add AI-generated singing or rap vocals to an instrumental track using lyrics, style, and vocal direction.
Build instrumental backing around an acapella recording and turn an existing vocal take into a complete arrangement.
Submit a clean 10-second sample, complete a liveness check, and receive a reusable voice_id for future Suno music generation.
Generate original lyrics from a topic, mood, or theme before sending them to a full-song or vocal endpoint.
Expand a short style idea into a richer production brief with genre, instruments, mood, and performance detail.
Generate short sound effects with Suno's chirp-crow model for foley, ambience, games, video, and social content.
Convert a Suno-generated track to high-quality, uncompressed WAV for editing, mixing, and professional post-production.
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.
Turn a text prompt into a complete song with vocals, lyrics, and instrumentation in one asynchronous request.
Upload an existing track to transform its style or continue the song while preserving its musical identity.
Clone a singing voice from a 10-second sample with an anti-deepfake liveness check, then reuse the voice_id.
Add vocals to an instrumental or create an instrumental arrangement around an acapella recording.
Blend one to five source tracks into a new mashup with optional creative guidance and style controls.
Draft lyrics, enrich style prompts, generate sound effects, and export finished tracks to uncompressed WAV.
| Endpoint | Input | Output | Price | Best For |
|---|---|---|---|---|
| suno-create-music | Prompt + style | Full song | $0.10/request | New songs with vocals and lyrics |
| suno-remix-music | Audio + style | Remixed song | $0.09/request | Prompt-directed transformations |
| suno-extend-music | Audio + prompt + style | Extended song | $0.09/request | Continuing an existing track |
| suno-generate-mashup | 1–5 audio tracks | Mashup | $0.09/request | Blending source tracks |
| suno-add-vocals | Instrumental + lyrics | Full song | $0.09/request | Adding singing or rap |
| suno-add-instrumental | Acapella + style | Full song | $0.09/request | Building backing tracks |
| suno-voice-clone | 10-second sample | voice_id | Free preview | Voice prototypes |
| suno-generate-lyrics | Theme or prompt | Lyrics | $0.003/request | Songwriting drafts |
| suno-boost-music-style | Style concept | Enhanced style | $0.003/request | Improving production briefs |
| suno-generate-sounds | Sound prompt | Audio | $0.02/request | Short sound effects |
| suno-convert-to-wav | task_id + audio_id | WAV file | $0.01/request | Professional audio export |
Prices and supported fields are model-specific. Review the live Playground schema and rights terms before shipping generated audio in production.
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.
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.
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.
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.
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.
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.
Yes. Set instrumental where supported, use suno-add-instrumental with an acapella source, or choose the appropriate instrumental workflow in the Playground.
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.
Yes. Suno Generate Lyrics creates lyric drafts, Suno Boost Style expands a rough production brief, and Suno Sounds generates short effects from a prompt.
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.
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.
Create one Muapi API key and connect songs, remixing, voice, lyrics, sounds, and export in a single asynchronous workflow.