CQTAI
Suno · Music

Extend Uploaded Audio

📌 What is thisContinue generating from audio you uploaded.
💡 When to useUse when you have your own recording and want AI to continue it.

Endpoints

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

Request Parameters

ParamTypeRequiredDescription
taskstringRequiredFixed value: upload_extend
modelstringRequiredModel version
audioUrlstringRequiredDownloadable URL of your uploaded audio
continueAtnumberSecond in the uploaded audio to continue from
customModeboolCustom mode: when true, prompt is exact lyrics; when false, a style description
promptstringStyle description or lyrics (depends on customMode)
tagsstringStyle tags, e.g. Happy, Party
negativeTagsstring/arrayStyle tags to exclude
titlestringSong title
makeInstrumentalboolInstrumental only (no vocals), default false
Advanced Parameters (optional)
ParamTypeDescription
styleWeightnumber(0~1)Style weight; higher sticks closer to tags
audioWeightnumber(0~1)Original-audio influence weight (for audio-based tasks)
weirdnessConstraintnumber(0~1)Creativity / weirdness; higher is bolder
personaIdstringVoice persona ID (sing with a persona)
artistClipIdstringReference clip ID for style

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": "upload_extend",
    "model": "v45",
    "customMode": false,
    "audioUrl": "https://cdn1.suno.ai/4f51f49d-8875-442d-9a66-81a7e66d55d6.mp3",
    "continueAt": 60,
    "makeInstrumental": false,
    "prompt": "Upbeat EDM about sunrise and new beginnings.",
    "tags": "Happy, Party",
    "negativeTags": "Hip-Hop/Rap",
    "title": "Roadtrip Sunrise2",
    "styleWeight": 0.65,
    "weirdnessConstraint": 0.65,
    "audioWeight": 0.65
  }'
# -> { "code":200, "data":"<taskId>" }

Response Example

{
  "code": 200,
  "msg": "success",
  "data": {
    "id": "6a52043628d141ff935630360126a59e",
    "taskType": "upload_extend",
    "status": "succeeded",
    "errorMsg": "",
    "param": {
      "task": "upload_extend",
      "model": "chirp-v45",
      "customMode": false,
      "audioUrl": "https://cdn1.suno.ai/4f51f49d-8875-442d-9a66-81a7e66d55d6.mp3",
      "continueAt": 60,
      "makeInstrumental": false,
      "prompt": "Upbeat EDM about sunrise and new beginnings.",
      "tags": "Happy, Party",
      "negativeTags": "Hip-Hop/Rap",
      "title": "Roadtrip Sunrise2",
      "styleWeight": 0.65,
      "weirdnessConstraint": 0.65,
      "audioWeight": 0.65
    },
    "result": [
      {
        "id": "7c060811-93e1-4a60-8b6f-a8d95664b87c",
        "title": "Roadtrip Sunrise2",
        "handle": "rositabadgercldrq",
        "status": "complete",
        "user_id": "8338d85e-0591-4277-a134-cc1080a107f5",
        "metadata": {
          "key": "E_major",
          "tags": "Happy, Party",
          "task": "upload_extend",
          "type": "gen",
          "prompt": "[Verse 1] Window full of gold Shoes on the floor …(完整歌词已省略)",
          "avg_bpm": 140.08,
          "max_bpm": 142.86,
          "min_bpm": 136.36,
          "duration": 140.64,
          "is_remix": true,
          "has_vocal": true,
          "continue_at": 60,
          "negative_tags": "Hip-Hop/Rap",
          "edited_clip_id": "a64de940-752d-4a58-8085-9d869792b581",
          "history": [
            { "id": "a64de940-752d-4a58-8085-9d869792b581", "type": "upload", "source": "ios", "continue_at": 60 }
          ],
          "control_sliders": { "audio_weight": 0.65, "style_weight": 0.65, "weirdness_constraint": 0.65 },
          "make_instrumental": false,
          "uses_latest_model": false,
          "can_publish_with_vocal": true,
          "gpt_description_prompt": "Upbeat EDM about sunrise and new beginnings."
        },
        "audio_url": "https://cdn1.suno.ai/7c060811-93e1-4a60-8b6f-a8d95664b87c.mp3",
        "image_url": "https://cdn2.suno.ai/image_7c060811-93e1-4a60-8b6f-a8d95664b87c.jpeg",
        "image_large_url": "https://cdn2.suno.ai/image_large_7c060811-93e1-4a60-8b6f-a8d95664b87c.jpeg",
        "video_url": "",
        "clip_roots": {
          "clips": [
            {
              "id": "a64de940-752d-4a58-8085-9d869792b581",
              "title": "4f51f49d-8875-442d-9a66-81a7e66d55d6",
              "image_url": "https://cdn2.suno.ai/image_a64de940-752d-4a58-8085-9d869792b581.jpeg",
              "user_handle": "rositabadgercldrq",
              "user_display_name": "rositabadgercldrq"
            }
          ],
          "clip_attribution_type": "remix"
        },
        "media_urls": [
          { "url": "https://d2lwuy8qc234o3.cloudfront.net/1/clip/7c060811-93e1-4a60-8b6f-a8d95664b87c.m4a", "delivery": "progressive", "content_type": "m4a-opus" },
          { "url": "https://cdn1.suno.ai/7c060811-93e1-4a60-8b6f-a8d95664b87c.mp3", "delivery": "progressive", "content_type": "mp3" }
        ],
        "model_name": "chirp-auk",
        "batch_index": 0,
        "created_at": "2026-07-08T06:49:07.242Z",
        "major_model_version": "v4.5"
      },
      {
        "id": "f695c860-a09c-435d-838f-d0b571e38558",
        "title": "Roadtrip Sunrise2",
        "status": "complete",
        "metadata": {
          "key": "E_major",
          "task": "upload_extend",
          "duration": 144.96,
          "avg_bpm": 140.06,
          "is_remix": true,
          "has_vocal": true,
          "continue_at": 60,
          "gpt_description_prompt": "Upbeat EDM about sunrise and new beginnings."
        },
        "audio_url": "https://cdn1.suno.ai/f695c860-a09c-435d-838f-d0b571e38558.mp3",
        "image_url": "https://cdn2.suno.ai/image_f695c860-a09c-435d-838f-d0b571e38558.jpeg",
        "batch_index": 1,
        "major_model_version": "v4.5"
      }
    ],
    "createTime": "2026-07-08 14:48:24",
    "completeTime": "2026-07-08 14:51:01"
  }
}

Response Fields

FieldTypeDescription
codenumberStatus code; 200 = success
msgstringMessage
data.idstringTask ID (the taskId returned on submit; used to poll)
data.taskTypestringTask type; matches the submitted task
data.statusstringStatus: pending / succeeded / failed
data.errorMsgstringFailure reason; empty on success
data.paramobjectEcho of the request params you submitted
data.resultarrayResults; returns 2 candidate clips
data.result[].idstringThe generated clipId; reusable for further extend / cover, etc.
data.result[].audio_urlstringAudio file URL (mp3)
data.result[].video_urlstringVideo file URL (mp4); may be empty, re-query later
data.result[].image_urlstringCover image URL (image_large_url is the large one)
data.result[].titlestringSong title
data.result[].statusstringClip status; "complete" = ready to download
data.result[].metadata.durationnumberTotal audio duration (seconds)
data.result[].metadata.tagsstringStyle tags
data.result[].metadata.keystringMusical key, e.g. E_major
data.result[].metadata.avg_bpmnumberAverage tempo in BPM (also max_bpm/min_bpm)
data.result[].metadata.has_vocalboolWhether it contains vocals
data.result[].metadata.continue_atnumberSecond in the uploaded audio where the continuation starts
data.result[].metadata.historyarrayLineage: type=upload means it continues from your uploaded audio
data.result[].metadata.negative_tagsstringExcluded style tags (echo of negativeTags)
data.result[].metadata.gpt_description_promptstringYour style description (echo of prompt)
data.result[].metadata.is_remixboolWhether it is a remix; always true for upload_extend
data.result[].clip_rootsobjectSource (parent) clip info: title / cover / author
data.result[].media_urlsarrayMulti-format audio URLs (m4a-opus / mp3)
data.result[].batch_indexnumberCandidate index (0, 1)
data.result[].major_model_versionstringModel version used, e.g. v4.5 / v5.5
data.createTime / completeTimestringTask submit time / completion time
其它字段action_config / model_badges / secondary_badges / ownership / avatar_image_url, etc. are for Suno UI and can be ignored

Billing & Credits

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