Suno · Music Generation

Get Instrument Stems (MIDI)

📌 What is thisSplit a song into multiple tracks (vocals, drums, bass, other instruments) and get instrument MIDI.
💡 When to useUse for detailed remixing, re-arranging, or to obtain instrument MIDI.

Endpoints

UsageMethodPath
Submit taskPOST/api/cqt/generator/suno
Query resultGET/api/cqt/info/suno?id={taskId}

Request Parameters

ParamTypeRequiredDescription
taskstringRequiredFixed value: gen_stem_all
clipIdstringRequiredID of the song clip to split

Request Example

curl -X POST https://api.cqtai.com/api/cqt/generator/suno \
  -H 'Authorization: Bearer <API_KEY>' \
  -H 'Content-Type: application/json' \
  -d '{ "task":"gen_stem_all", "clipId":"05d72140-38f5-4eb4-bdaa-a6e0d1c1167e" }'
# -> { "code":200, "data":"<taskId>" }

Response Example

{
  "code": 200,
  "msg": "success",
  "data": {
    "id": "b1405dadb0374f29a87a5657bc89f952",
    "taskType": "gen_stem_all",
    "status": "succeeded",
    "errorMsg": "",
    "param": { "task": "gen_stem_all", "clipId": "05d72140-38f5-4eb4-bdaa-a6e0d1c1167e" },
    "result": [
      {
        "id": "bd83b47f-e4e1-4a14-a01f-a97e4206fbe6",
        "title": " (Vocals)",
        "status": "complete",
        "metadata": {
          "task": "gen_stem",
          "type": "gen",
          "duration": 167.36,
          "is_remix": true,
          "stem_task": "twelve",
          "stem_from_id": "05d72140-38f5-4eb4-bdaa-a6e0d1c1167e",
          "stem_type_id": 91,
          "edited_clip_id": "05d72140-38f5-4eb4-bdaa-a6e0d1c1167e",
          "secondary_badges": [
            { "icon_key": "stem", "display_name": "Stem",
              "dark": { "text_color": "A3A3A3", "border_color": "00000000", "background_color": "FFFFFF0C" },
              "light": { "text_color": "7D7C83", "border_color": "00000000", "background_color": "1C1C1F0A" } }
          ],
          "stem_type_group_name": "Vocals"
        },
        "audio_url": "https://cdn1.suno.ai/bd83b47f-e4e1-4a14-a01f-a97e4206fbe6.mp3",
        "image_url": "https://cdn2.suno.ai/image_bd83b47f-e4e1-4a14-a01f-a97e4206fbe6.jpeg",
        "model_name": "chirp-ahi",
        "batch_index": 0,
        "created_at": "2026-01-09T12:17:22.932Z",
        "major_model_version": "v4.5"
      },
      { "id": "1494b458-...", "title": " (Backing Vocals)", "audio_url": "https://cdn1.suno.ai/1494b458-....mp3", "batch_index": 1 },
      { "id": "d2917197-...", "title": " (Drums)",          "audio_url": "https://cdn1.suno.ai/d2917197-....mp3", "batch_index": 2 },
      { "id": "6ff067b2-...", "title": " (Bass)",           "audio_url": "https://cdn1.suno.ai/6ff067b2-....mp3", "batch_index": 3 },
      { "id": "5b8c4bf3-...", "title": " (Guitar)",         "audio_url": "https://cdn1.suno.ai/5b8c4bf3-....mp3", "batch_index": 4 },
      { "id": "5e6f8f57-...", "title": " (Keyboard)",       "audio_url": "https://cdn1.suno.ai/5e6f8f57-....mp3", "batch_index": 5 },
      { "id": "8c5ec56d-...", "title": " (Percussion)",     "audio_url": "https://cdn1.suno.ai/8c5ec56d-....mp3", "batch_index": 6 },
      { "id": "f6e1121a-...", "title": " (Strings)",        "audio_url": "https://cdn1.suno.ai/f6e1121a-....mp3", "batch_index": 7 },
      { "id": "7ff03494-...", "title": " (Synth)",          "audio_url": "https://cdn1.suno.ai/7ff03494-....mp3", "batch_index": 8 },
      { "id": "c5ca419a-...", "title": " (FX)",             "audio_url": "https://cdn1.suno.ai/c5ca419a-....mp3", "batch_index": 9 },
      { "id": "9121a113-...", "title": " (Brass)",          "audio_url": "https://cdn1.suno.ai/9121a113-....mp3", "batch_index": 10 },
      { "id": "444f89cf-...", "title": " (Woodwinds)",      "audio_url": "https://cdn1.suno.ai/444f89cf-....mp3", "batch_index": 11 }
    ]
  }
}

Billing & Credits

150 credits (x your user rate). Auto-refunded on failure.