Muapi's AI music API gives you one REST integration for generating full songs, isolating vocals or instrumentals, writing lyrics, remixing existing tracks, and cloning a singing voice — all behind the same submit-and-poll request pattern and one API key. Mix and match MiniMax Music 3.0 and the full Suno model family per request instead of integrating each vendor separately.
Generate a full song with vocals from a text prompt and structured lyrics — newline and pause controls, plus ## instrumental accompaniment markers.
Turns a text prompt into a complete song with vocals, lyrics, and instrumentation — describe a mood, genre, or lyric idea and get a studio-quality track.
Combine 1–5 existing audio tracks into a single blended song.
Transforms an uploaded track into a new style while retaining its core melody — a refreshed take that keeps the original hook intact.
Extends an uploaded track while preserving its original style — a longer version that seamlessly continues the input.
Same track generation without vocals — a clean instrumental bed driven by prompt and lyric structure (is_instrumental: true).
Add AI-generated singing to an instrumental track — turn a beat into a complete song.
Build a full instrumental arrangement around an existing acapella vocal recording.
Clone a singing voice in two takes — a 10-second sample plus a liveness-check phrase — and get a reusable voice_id for future generations.
Generate original song lyrics from a topic, mood, or theme — ready to feed into a music-generation model.
Expand a short style prompt into a richer, more descriptive style string for higher-quality generations.
Generate sound effects with Suno's chirp-crow model — foley, ambience, and one-shot effects from a text prompt.
Convert a generated track to high-quality, uncompressed WAV for professional editing and processing.
An AI music API turns a text prompt, lyrics, or an existing audio track into a full song, instrumental, or isolated vocal through a REST endpoint — no DAW, no session musicians, no separate integration per vendor. Most projects need more than one underlying model: one for generating a song from scratch, another for remixing or extending an existing track, another for isolating vocals or instrumentals, and another for writing the lyrics in the first place.
Muapi exposes 500+ models — including MiniMax Music 3.0 and the full Suno model family on this page — through the same unified REST pattern: one API key, one request/poll flow, pay-per-generation pricing with no subscription.
MiniMax Music 3.0 generates a full vocal song or a clean instrumental from a prompt and structured lyrics in a single call. Suno Create Music does the same from a plain text prompt, while Suno Remix, Extend, and Mashup all transform existing audio instead of starting from nothing. Suno Add Vocals and Add Instrumental split the two halves of a track apart so you can build one on top of the other, and Suno Voice Clone gives a reusable singing voice_id from a 10-second sample. Suno Generate Lyrics and Boost Style handle the text side before you ever call a music-generation model. Because every one of these sits behind the same API key, chaining lyrics → song → remix → WAV export is a handful of sequential calls, not four separate vendor integrations.
MiniMax Music 3.0 and Suno Create Music turn a prompt (plus lyrics, for MiniMax) into a complete track with vocals and instrumentation.
Suno Remix restyles an existing track, Suno Extend lengthens it, and Suno Mashup blends up to 5 tracks into one — all while preserving the original melody.
Generate instrumental-only output directly from MiniMax Music 3.0, or use Suno Add Vocals / Add Instrumental to build one half of a track on top of the other.
Suno Voice Clone turns a 10-second sample and a liveness-check phrase into a reusable voice_id for future generations.
Suno Generate Lyrics writes original lyrics from a topic or mood, and Suno Boost Style expands a short style prompt for higher-quality generations.
No subscription or minimum commitment on any model — from $0.003/request for lyrics up to $0.20/song for full MiniMax Music 3.0 tracks.
| Model | Category | Price | Best For |
|---|---|---|---|
| MiniMax Music 3.0 (Vocal) | Full Song Generation #1 | $0.20/song | Full vocal song from a prompt and structured lyrics |
| Suno Create Music | Full Song Generation #2 | $0.10/request | Complete song from a plain text prompt |
| Suno Mashup | Full Song Generation #3 | $0.09/request | Blending 1–5 existing tracks into one |
| Suno Remix Music | Full Song Generation #4 | $0.09/request | Restyling an existing track, melody preserved |
| Suno Extend Music | Full Song Generation #5 | $0.09/request | Seamlessly lengthening an existing track |
| MiniMax Music 3.0 (Instrumental) | Vocals & Instrumentals #1 | $0.20/song | Clean instrumental-only version of the same track |
| Suno Add Vocals | Vocals & Instrumentals #2 | $0.09/request | Adding AI singing on top of an instrumental |
| Suno Add Instrumental | Vocals & Instrumentals #3 | $0.09/request | Building an arrangement around existing vocals |
| Suno Voice Clone | Vocals & Instrumentals #4 | Free (preview) | Reusable singing voice_id from a 10-second sample |
| Suno Generate Lyrics | Lyrics & Style Tools #1 | $0.003/request | Original lyrics from a topic or mood |
| Suno Boost Style | Lyrics & Style Tools #2 | $0.003/request | Expanding a short style prompt |
| Suno Sounds | Utilities #1 | $0.02/request | Foley, ambience, and one-shot sound effects |
| Suno Convert to WAV | Utilities #2 | $0.01/request | Uncompressed WAV export for professional editing |
POST /api/v1/{model-slug} with a prompt, lyrics, or a source audio track, depending on the model.GET /api/v1/predictions/{request_id}/result until status is completed, then download the output audio.curl -X POST https://api.muapi.ai/api/v1/minimax-music-3.0 \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"prompt": "upbeat synth-pop, driving bassline, female vocals",
"lyrics": "##\nWalking through the neon light\nEverything feels right tonight"
}'import requests
response = requests.post(
"https://api.muapi.ai/api/v1/minimax-music-3.0",
headers={"x-api-key": "YOUR_API_KEY"},
json={
"prompt": "upbeat synth-pop, driving bassline, female vocals",
"lyrics": "##\nWalking through the neon light\nEverything feels right tonight",
},
)
request_id = response.json()["request_id"]
result = requests.get(
f"https://api.muapi.ai/api/v1/predictions/{request_id}/result",
headers={"x-api-key": "YOUR_API_KEY"},
)
print(result.json())It depends on the job. MiniMax Music 3.0 and Suno Create Music both generate a full song from scratch, Suno Remix/Extend/Mashup work on existing tracks, Suno Add Vocals/Add Instrumental split a track's two halves, and Suno Voice Clone gives a reusable singing voice.
Yes. Every model on this page — and 500+ models across images, video, and audio — sits behind the same Muapi API key and the same submit-and-poll request pattern.
From $0.003/request for lyrics generation up to $0.20/song for a full MiniMax Music 3.0 track — see the comparison table above for current per-model pricing.
Yes — call Suno Generate Lyrics first to write original lyrics from a topic or mood, then feed the output straight into MiniMax Music 3.0 or Suno Create Music.
Yes — Suno Voice Clone takes a 10-second sample plus a liveness-check phrase and returns a reusable voice_id for future generations.
Yes. Sign up at muapi.ai, create an API key from your dashboard, and start calling any music model immediately — no waitlist required.