CQTAI
Suno · Music

Reuse Style with New Lyrics

📌 What is thisKeep a song’s style but swap in your new lyrics.
💡 When to useUse when you like a song’s vibe and want to sing new content in it.

Endpoints

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

Request Parameters

ParamTypeRequiredDescription
taskstringRequiredFixed value: use_styles_lyrics
modelstringRequiredModel version
clipIdstringRequiredSource clip ID providing the style
promptstringRequiredNew lyrics
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":"use_styles_lyrics", "model":"v55", "clipId":"5751729f-66f7-493c-bf22-4c4cda6cb0bd", "prompt":"[Verse]\nNew lyrics here" }'
# -> { "code":200, "data":"<taskId>" }

Response Example

{
  "code": 200,
  "msg": "success",
  "data": {
    "id": "ebff480d76c74b5fa9a52c72a0756d36",
    "taskType": "use_styles_lyrics",
    "status": "succeeded",
    "errorMsg": "",
    "param": {
      "task": "use_styles_lyrics",
      "model": "chirp-v55",
      "clipId": "5751729f-66f7-493c-bf22-4c4cda6cb0bd",
      "prompt": "[Verse]\nNew lyrics here"
    },
    "result": [
      {
        "id": "c3547068-6fba-46f1-851b-d4856d63a5ce",
        "title": "New Lyrics Here",
        "handle": "ardythpittt3yct",
        "status": "complete",
        "user_id": "378a7634-98a4-47fa-98b9-36246ef84f11",
        "metadata": {
          "tags": "Pop with mid-tempo four-on-the-floor drums … (自动生成的风格描述已省略)",
          "type": "gen",
          "prompt": "[Verse 1] I folded up the old page … (完整歌词已省略)",
          "duration": 157.08,
          "is_remix": true,
          "make_instrumental": false,
          "uses_latest_model": true,
          "styles_lyrics_clip_id": "5751729f-66f7-493c-bf22-4c4cda6cb0bd",
          "gpt_description_prompt": "[Verse]\nNew lyrics here"
        },
        "audio_url": "https://cdn1.suno.ai/c3547068-6fba-46f1-851b-d4856d63a5ce.mp3",
        "image_url": "https://cdn2.suno.ai/image_c3547068-6fba-46f1-851b-d4856d63a5ce.jpeg",
        "image_large_url": "https://cdn2.suno.ai/image_large_c3547068-6fba-46f1-851b-d4856d63a5ce.jpeg",
        "video_url": "",
        "clip_roots": {
          "clips": [
            { "user_handle": "roselinhobbui3xs", "user_display_name": "roselinhobbui3xs" }
          ],
          "clip_attribution_type": "remix"
        },
        "media_urls": [
          { "url": "https://d2lwuy8qc234o3.cloudfront.net/1/clip/c3547068-6fba-46f1-851b-d4856d63a5ce.m4a", "delivery": "progressive", "content_type": "m4a-opus" },
          { "url": "https://cdn1.suno.ai/c3547068-6fba-46f1-851b-d4856d63a5ce.mp3", "delivery": "progressive", "content_type": "mp3" }
        ],
        "model_name": "chirp-fenix",
        "batch_index": 0,
        "display_tags": "pop, dance",
        "created_at": "2026-07-09T01:32:19.186Z",
        "major_model_version": "v5.5"
      },
      {
        "id": "5f7911d0-7b8e-4cc4-adf7-94ae0a3507df",
        "title": "New Lyrics Here",
        "status": "complete",
        "metadata": {
          "type": "gen",
          "avg_bpm": 128.42,
          "duration": 150.88,
          "is_remix": true,
          "styles_lyrics_clip_id": "5751729f-66f7-493c-bf22-4c4cda6cb0bd",
          "gpt_description_prompt": "[Verse]\nNew lyrics here"
        },
        "audio_url": "https://cdn1.suno.ai/5f7911d0-7b8e-4cc4-adf7-94ae0a3507df.mp3",
        "image_url": "https://cdn2.suno.ai/image_5f7911d0-7b8e-4cc4-adf7-94ae0a3507df.jpeg",
        "batch_index": 1,
        "display_tags": "pop, dance",
        "major_model_version": "v5.5"
      }
    ],
    "createTime": "2026-07-09 09:32:13",
    "completeTime": "2026-07-09 09:34:53"
  }
}

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.styles_lyrics_clip_idstringSource clip ID that provided the style (= the clipId you passed)
data.result[].metadata.gpt_description_promptstringYour new lyrics (echo of prompt)
data.result[].metadata.tagsstringAuto-generated detailed style descriptor inherited from the source song
data.result[].display_tagsstringConcise style tags, e.g. "pop, dance"
data.result[].metadata.is_remixboolWhether it is a remix; always true for use_styles_lyrics
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.