Generate music v5
curl --request POST \
--url https://api.maxapi.ai/suno/submit/music \
--header 'Content-Type: application/json' \
--data @- <<EOF
{
"prompt": "[Verse]\nMove your paws\nLeft and right\nJump around\nFeel the light\nWhiskers twitch\nTails in the air\nDancing cats\nEverywhere\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow\n\n[Verse 2]\nTiptoe steps\nSoft and sweet\nTiny paws\nUnbeatable beat\nMeow to the rhythm\nClaws precise\nEvery move\nFeline paradise\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow\n\n[Bridge]\nOoh-ooh\nBounce and sway (ooh-ooh!)\nMoonlit grooves\nNight turns to day\nLean and stretch\nStrike your pose\nEvery kitty steals the show\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow",
"mv": "chirp-crow",
"title": "Cat Dance",
"tags": "romantic raga",
"continue_at": 123,
"continue_clip_id": "4c4c80c4-6318-48c7-a314-71dd03ba3a11",
"task": "extend"
}
EOFimport requests
url = "https://api.maxapi.ai/suno/submit/music"
payload = {
"prompt": "[Verse]
Move your paws
Left and right
Jump around
Feel the light
Whiskers twitch
Tails in the air
Dancing cats
Everywhere
[Chorus]
Cat dance
Oh
Let's go!
Swing your tails
Don’t say no (don’t say no!)
Purr and twirl
Like a show
Cat dance
Let's steal the glow
[Verse 2]
Tiptoe steps
Soft and sweet
Tiny paws
Unbeatable beat
Meow to the rhythm
Claws precise
Every move
Feline paradise
[Chorus]
Cat dance
Oh
Let's go!
Swing your tails
Don’t say no (don’t say no!)
Purr and twirl
Like a show
Cat dance
Let's steal the glow
[Bridge]
Ooh-ooh
Bounce and sway (ooh-ooh!)
Moonlit grooves
Night turns to day
Lean and stretch
Strike your pose
Every kitty steals the show
[Chorus]
Cat dance
Oh
Let's go!
Swing your tails
Don’t say no (don’t say no!)
Purr and twirl
Like a show
Cat dance
Let's steal the glow",
"mv": "chirp-crow",
"title": "Cat Dance",
"tags": "romantic raga",
"continue_at": 123,
"continue_clip_id": "4c4c80c4-6318-48c7-a314-71dd03ba3a11",
"task": "extend"
}
headers = {"Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({
prompt: '[Verse]\nMove your paws\nLeft and right\nJump around\nFeel the light\nWhiskers twitch\nTails in the air\nDancing cats\nEverywhere\n\n[Chorus]\nCat dance\nOh\nLet\'s go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet\'s steal the glow\n\n[Verse 2]\nTiptoe steps\nSoft and sweet\nTiny paws\nUnbeatable beat\nMeow to the rhythm\nClaws precise\nEvery move\nFeline paradise\n\n[Chorus]\nCat dance\nOh\nLet\'s go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet\'s steal the glow\n\n[Bridge]\nOoh-ooh\nBounce and sway (ooh-ooh!)\nMoonlit grooves\nNight turns to day\nLean and stretch\nStrike your pose\nEvery kitty steals the show\n\n[Chorus]\nCat dance\nOh\nLet\'s go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet\'s steal the glow',
mv: 'chirp-crow',
title: 'Cat Dance',
tags: 'romantic raga',
continue_at: 123,
continue_clip_id: '4c4c80c4-6318-48c7-a314-71dd03ba3a11',
task: 'extend'
})
};
fetch('https://api.maxapi.ai/suno/submit/music', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.maxapi.ai/suno/submit/music"
payload := strings.NewReader("{\n \"prompt\": \"[Verse]\\nMove your paws\\nLeft and right\\nJump around\\nFeel the light\\nWhiskers twitch\\nTails in the air\\nDancing cats\\nEverywhere\\n\\n[Chorus]\\nCat dance\\nOh\\nLet's go!\\nSwing your tails\\nDon’t say no (don’t say no!)\\nPurr and twirl\\nLike a show\\nCat dance\\nLet's steal the glow\\n\\n[Verse 2]\\nTiptoe steps\\nSoft and sweet\\nTiny paws\\nUnbeatable beat\\nMeow to the rhythm\\nClaws precise\\nEvery move\\nFeline paradise\\n\\n[Chorus]\\nCat dance\\nOh\\nLet's go!\\nSwing your tails\\nDon’t say no (don’t say no!)\\nPurr and twirl\\nLike a show\\nCat dance\\nLet's steal the glow\\n\\n[Bridge]\\nOoh-ooh\\nBounce and sway (ooh-ooh!)\\nMoonlit grooves\\nNight turns to day\\nLean and stretch\\nStrike your pose\\nEvery kitty steals the show\\n\\n[Chorus]\\nCat dance\\nOh\\nLet's go!\\nSwing your tails\\nDon’t say no (don’t say no!)\\nPurr and twirl\\nLike a show\\nCat dance\\nLet's steal the glow\",\n \"mv\": \"chirp-crow\",\n \"title\": \"Cat Dance\",\n \"tags\": \"romantic raga\",\n \"continue_at\": 123,\n \"continue_clip_id\": \"4c4c80c4-6318-48c7-a314-71dd03ba3a11\",\n \"task\": \"extend\"\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.maxapi.ai/suno/submit/music")
.header("Content-Type", "application/json")
.body("{\n \"prompt\": \"[Verse]\\nMove your paws\\nLeft and right\\nJump around\\nFeel the light\\nWhiskers twitch\\nTails in the air\\nDancing cats\\nEverywhere\\n\\n[Chorus]\\nCat dance\\nOh\\nLet's go!\\nSwing your tails\\nDon’t say no (don’t say no!)\\nPurr and twirl\\nLike a show\\nCat dance\\nLet's steal the glow\\n\\n[Verse 2]\\nTiptoe steps\\nSoft and sweet\\nTiny paws\\nUnbeatable beat\\nMeow to the rhythm\\nClaws precise\\nEvery move\\nFeline paradise\\n\\n[Chorus]\\nCat dance\\nOh\\nLet's go!\\nSwing your tails\\nDon’t say no (don’t say no!)\\nPurr and twirl\\nLike a show\\nCat dance\\nLet's steal the glow\\n\\n[Bridge]\\nOoh-ooh\\nBounce and sway (ooh-ooh!)\\nMoonlit grooves\\nNight turns to day\\nLean and stretch\\nStrike your pose\\nEvery kitty steals the show\\n\\n[Chorus]\\nCat dance\\nOh\\nLet's go!\\nSwing your tails\\nDon’t say no (don’t say no!)\\nPurr and twirl\\nLike a show\\nCat dance\\nLet's steal the glow\",\n \"mv\": \"chirp-crow\",\n \"title\": \"Cat Dance\",\n \"tags\": \"romantic raga\",\n \"continue_at\": 123,\n \"continue_clip_id\": \"4c4c80c4-6318-48c7-a314-71dd03ba3a11\",\n \"task\": \"extend\"\n}")
.asString();{
"code": "success",
"data": {
"task_id": "15f3e2b3-fd32-4233-a3b3-3dec3dd1525e",
"notify_hook": "",
"action": "MUSIC",
"status": "SUBMITTED",
"fail_reason": "",
"submit_time": 1754390318,
"start_time": 1754390318,
"finish_time": 0,
"progress": "0%",
"search_item": "77e2b720-bdd6-486e-a96c-0c97c46e8315,1ca98c30-7a35-4a98-9bee-b46b1f7abe8e",
"data": [
{
"id": "77e2b720-bdd6-486e-a96c-0c97c46e8315",
"title": "Cat Dance",
"audio_url": "",
"video_url": "",
"image_url": "",
"image_large_url": "",
"major_model_version": "v3",
"model_name": "chirp-v3",
"status": "submitted",
"created_at": "2025-08-05T10:38:37.985Z",
"handle": "unyieldingencore9039",
"display_name": "UnyieldingEncore9039",
"avatar_image_url": "https://cdn1.suno.ai/sAura19.jpg",
"user_id": "2841561b-dd5d-4665-ae78-00a9c348b6d1",
"entity_type": "song_schema",
"is_public": false,
"is_trashed": false,
"is_liked": false,
"is_handle_updated": false,
"is_contest_clip": false,
"allow_comments": true,
"has_hook": false,
"play_count": 0,
"upvote_count": 0,
"flag_count": 0,
"metadata": {
"can_remix": true,
"edited_clip_id": "4c4c80c4-6318-48c7-a314-71dd03ba3a11",
"history": [
{
"continue_at": 123,
"id": "4c4c80c4-6318-48c7-a314-71dd03ba3a11",
"infill": false,
"source": "web",
"type": "gen"
}
],
"infill": false,
"is_remix": false,
"priority": 10,
"prompt": "[Verse]\nMove your paws\nLeft and right\nJump around\nFeel the light\nWhiskers twitch\nTails in the air\nDancing cats\nEverywhere\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow\n\n[Verse 2]\nTiptoe steps\nSoft and sweet\nTiny paws\nUnbeatable beat\nMeow to the rhythm\nClaws precise\nEvery move\nFeline paradise\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow\n\n[Bridge]\nOoh-ooh\nBounce and sway (ooh-ooh!)\nMoonlit grooves\nNight turns to day\nLean and stretch\nStrike your pose\nEvery kitty steals the show\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow",
"stream": true,
"tags": "romantic raga",
"task": "extend",
"type": "gen"
}
},
{
"id": "1ca98c30-7a35-4a98-9bee-b46b1f7abe8e",
"title": "Cat Dance",
"audio_url": "",
"video_url": "",
"image_url": "",
"image_large_url": "",
"major_model_version": "v3",
"model_name": "chirp-v3",
"status": "submitted",
"created_at": "2025-08-05T10:38:37.985Z",
"handle": "unyieldingencore9039",
"display_name": "UnyieldingEncore9039",
"avatar_image_url": "https://cdn1.suno.ai/sAura19.jpg",
"user_id": "2841561b-dd5d-4665-ae78-00a9c348b6d1",
"entity_type": "song_schema",
"is_public": false,
"is_trashed": false,
"is_liked": false,
"is_handle_updated": false,
"is_contest_clip": false,
"allow_comments": true,
"has_hook": false,
"play_count": 0,
"upvote_count": 0,
"flag_count": 0,
"metadata": {
"can_remix": true,
"edited_clip_id": "4c4c80c4-6318-48c7-a314-71dd03ba3a11",
"history": [
{
"continue_at": 123,
"id": "4c4c80c4-6318-48c7-a314-71dd03ba3a11",
"infill": false,
"source": "web",
"type": "gen"
}
],
"infill": false,
"is_remix": false,
"priority": 10,
"prompt": "[Verse]\nMove your paws\nLeft and right\nJump around\nFeel the light\nWhiskers twitch\nTails in the air\nDancing cats\nEverywhere\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow\n\n[Verse 2]\nTiptoe steps\nSoft and sweet\nTiny paws\nUnbeatable beat\nMeow to the rhythm\nClaws precise\nEvery move\nFeline paradise\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow\n\n[Bridge]\nOoh-ooh\nBounce and sway (ooh-ooh!)\nMoonlit grooves\nNight turns to day\nLean and stretch\nStrike your pose\nEvery kitty steals the show\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow",
"stream": true,
"tags": "romantic raga",
"task": "extend",
"type": "gen"
}
}
],
"audio_url": "",
"video_url": "",
"image_url": "",
"image_large_url": "",
"major_model_version": "",
"model_name": "",
"prompt": "",
"type": "",
"tags": "",
"duration": 0,
"error_type": "",
"error_message": "",
"handle": "",
"is_handle_updated": false,
"is_trashed": false,
"reaction": null,
"created_at": "",
"title": ""
},
"message": ""
}Generate music v5
POST
https://api.maxapi.ai
/
suno
/
submit
/
music
Generate music v5
curl --request POST \
--url https://api.maxapi.ai/suno/submit/music \
--header 'Content-Type: application/json' \
--data @- <<EOF
{
"prompt": "[Verse]\nMove your paws\nLeft and right\nJump around\nFeel the light\nWhiskers twitch\nTails in the air\nDancing cats\nEverywhere\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow\n\n[Verse 2]\nTiptoe steps\nSoft and sweet\nTiny paws\nUnbeatable beat\nMeow to the rhythm\nClaws precise\nEvery move\nFeline paradise\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow\n\n[Bridge]\nOoh-ooh\nBounce and sway (ooh-ooh!)\nMoonlit grooves\nNight turns to day\nLean and stretch\nStrike your pose\nEvery kitty steals the show\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow",
"mv": "chirp-crow",
"title": "Cat Dance",
"tags": "romantic raga",
"continue_at": 123,
"continue_clip_id": "4c4c80c4-6318-48c7-a314-71dd03ba3a11",
"task": "extend"
}
EOFimport requests
url = "https://api.maxapi.ai/suno/submit/music"
payload = {
"prompt": "[Verse]
Move your paws
Left and right
Jump around
Feel the light
Whiskers twitch
Tails in the air
Dancing cats
Everywhere
[Chorus]
Cat dance
Oh
Let's go!
Swing your tails
Don’t say no (don’t say no!)
Purr and twirl
Like a show
Cat dance
Let's steal the glow
[Verse 2]
Tiptoe steps
Soft and sweet
Tiny paws
Unbeatable beat
Meow to the rhythm
Claws precise
Every move
Feline paradise
[Chorus]
Cat dance
Oh
Let's go!
Swing your tails
Don’t say no (don’t say no!)
Purr and twirl
Like a show
Cat dance
Let's steal the glow
[Bridge]
Ooh-ooh
Bounce and sway (ooh-ooh!)
Moonlit grooves
Night turns to day
Lean and stretch
Strike your pose
Every kitty steals the show
[Chorus]
Cat dance
Oh
Let's go!
Swing your tails
Don’t say no (don’t say no!)
Purr and twirl
Like a show
Cat dance
Let's steal the glow",
"mv": "chirp-crow",
"title": "Cat Dance",
"tags": "romantic raga",
"continue_at": 123,
"continue_clip_id": "4c4c80c4-6318-48c7-a314-71dd03ba3a11",
"task": "extend"
}
headers = {"Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({
prompt: '[Verse]\nMove your paws\nLeft and right\nJump around\nFeel the light\nWhiskers twitch\nTails in the air\nDancing cats\nEverywhere\n\n[Chorus]\nCat dance\nOh\nLet\'s go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet\'s steal the glow\n\n[Verse 2]\nTiptoe steps\nSoft and sweet\nTiny paws\nUnbeatable beat\nMeow to the rhythm\nClaws precise\nEvery move\nFeline paradise\n\n[Chorus]\nCat dance\nOh\nLet\'s go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet\'s steal the glow\n\n[Bridge]\nOoh-ooh\nBounce and sway (ooh-ooh!)\nMoonlit grooves\nNight turns to day\nLean and stretch\nStrike your pose\nEvery kitty steals the show\n\n[Chorus]\nCat dance\nOh\nLet\'s go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet\'s steal the glow',
mv: 'chirp-crow',
title: 'Cat Dance',
tags: 'romantic raga',
continue_at: 123,
continue_clip_id: '4c4c80c4-6318-48c7-a314-71dd03ba3a11',
task: 'extend'
})
};
fetch('https://api.maxapi.ai/suno/submit/music', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.maxapi.ai/suno/submit/music"
payload := strings.NewReader("{\n \"prompt\": \"[Verse]\\nMove your paws\\nLeft and right\\nJump around\\nFeel the light\\nWhiskers twitch\\nTails in the air\\nDancing cats\\nEverywhere\\n\\n[Chorus]\\nCat dance\\nOh\\nLet's go!\\nSwing your tails\\nDon’t say no (don’t say no!)\\nPurr and twirl\\nLike a show\\nCat dance\\nLet's steal the glow\\n\\n[Verse 2]\\nTiptoe steps\\nSoft and sweet\\nTiny paws\\nUnbeatable beat\\nMeow to the rhythm\\nClaws precise\\nEvery move\\nFeline paradise\\n\\n[Chorus]\\nCat dance\\nOh\\nLet's go!\\nSwing your tails\\nDon’t say no (don’t say no!)\\nPurr and twirl\\nLike a show\\nCat dance\\nLet's steal the glow\\n\\n[Bridge]\\nOoh-ooh\\nBounce and sway (ooh-ooh!)\\nMoonlit grooves\\nNight turns to day\\nLean and stretch\\nStrike your pose\\nEvery kitty steals the show\\n\\n[Chorus]\\nCat dance\\nOh\\nLet's go!\\nSwing your tails\\nDon’t say no (don’t say no!)\\nPurr and twirl\\nLike a show\\nCat dance\\nLet's steal the glow\",\n \"mv\": \"chirp-crow\",\n \"title\": \"Cat Dance\",\n \"tags\": \"romantic raga\",\n \"continue_at\": 123,\n \"continue_clip_id\": \"4c4c80c4-6318-48c7-a314-71dd03ba3a11\",\n \"task\": \"extend\"\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.maxapi.ai/suno/submit/music")
.header("Content-Type", "application/json")
.body("{\n \"prompt\": \"[Verse]\\nMove your paws\\nLeft and right\\nJump around\\nFeel the light\\nWhiskers twitch\\nTails in the air\\nDancing cats\\nEverywhere\\n\\n[Chorus]\\nCat dance\\nOh\\nLet's go!\\nSwing your tails\\nDon’t say no (don’t say no!)\\nPurr and twirl\\nLike a show\\nCat dance\\nLet's steal the glow\\n\\n[Verse 2]\\nTiptoe steps\\nSoft and sweet\\nTiny paws\\nUnbeatable beat\\nMeow to the rhythm\\nClaws precise\\nEvery move\\nFeline paradise\\n\\n[Chorus]\\nCat dance\\nOh\\nLet's go!\\nSwing your tails\\nDon’t say no (don’t say no!)\\nPurr and twirl\\nLike a show\\nCat dance\\nLet's steal the glow\\n\\n[Bridge]\\nOoh-ooh\\nBounce and sway (ooh-ooh!)\\nMoonlit grooves\\nNight turns to day\\nLean and stretch\\nStrike your pose\\nEvery kitty steals the show\\n\\n[Chorus]\\nCat dance\\nOh\\nLet's go!\\nSwing your tails\\nDon’t say no (don’t say no!)\\nPurr and twirl\\nLike a show\\nCat dance\\nLet's steal the glow\",\n \"mv\": \"chirp-crow\",\n \"title\": \"Cat Dance\",\n \"tags\": \"romantic raga\",\n \"continue_at\": 123,\n \"continue_clip_id\": \"4c4c80c4-6318-48c7-a314-71dd03ba3a11\",\n \"task\": \"extend\"\n}")
.asString();{
"code": "success",
"data": {
"task_id": "15f3e2b3-fd32-4233-a3b3-3dec3dd1525e",
"notify_hook": "",
"action": "MUSIC",
"status": "SUBMITTED",
"fail_reason": "",
"submit_time": 1754390318,
"start_time": 1754390318,
"finish_time": 0,
"progress": "0%",
"search_item": "77e2b720-bdd6-486e-a96c-0c97c46e8315,1ca98c30-7a35-4a98-9bee-b46b1f7abe8e",
"data": [
{
"id": "77e2b720-bdd6-486e-a96c-0c97c46e8315",
"title": "Cat Dance",
"audio_url": "",
"video_url": "",
"image_url": "",
"image_large_url": "",
"major_model_version": "v3",
"model_name": "chirp-v3",
"status": "submitted",
"created_at": "2025-08-05T10:38:37.985Z",
"handle": "unyieldingencore9039",
"display_name": "UnyieldingEncore9039",
"avatar_image_url": "https://cdn1.suno.ai/sAura19.jpg",
"user_id": "2841561b-dd5d-4665-ae78-00a9c348b6d1",
"entity_type": "song_schema",
"is_public": false,
"is_trashed": false,
"is_liked": false,
"is_handle_updated": false,
"is_contest_clip": false,
"allow_comments": true,
"has_hook": false,
"play_count": 0,
"upvote_count": 0,
"flag_count": 0,
"metadata": {
"can_remix": true,
"edited_clip_id": "4c4c80c4-6318-48c7-a314-71dd03ba3a11",
"history": [
{
"continue_at": 123,
"id": "4c4c80c4-6318-48c7-a314-71dd03ba3a11",
"infill": false,
"source": "web",
"type": "gen"
}
],
"infill": false,
"is_remix": false,
"priority": 10,
"prompt": "[Verse]\nMove your paws\nLeft and right\nJump around\nFeel the light\nWhiskers twitch\nTails in the air\nDancing cats\nEverywhere\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow\n\n[Verse 2]\nTiptoe steps\nSoft and sweet\nTiny paws\nUnbeatable beat\nMeow to the rhythm\nClaws precise\nEvery move\nFeline paradise\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow\n\n[Bridge]\nOoh-ooh\nBounce and sway (ooh-ooh!)\nMoonlit grooves\nNight turns to day\nLean and stretch\nStrike your pose\nEvery kitty steals the show\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow",
"stream": true,
"tags": "romantic raga",
"task": "extend",
"type": "gen"
}
},
{
"id": "1ca98c30-7a35-4a98-9bee-b46b1f7abe8e",
"title": "Cat Dance",
"audio_url": "",
"video_url": "",
"image_url": "",
"image_large_url": "",
"major_model_version": "v3",
"model_name": "chirp-v3",
"status": "submitted",
"created_at": "2025-08-05T10:38:37.985Z",
"handle": "unyieldingencore9039",
"display_name": "UnyieldingEncore9039",
"avatar_image_url": "https://cdn1.suno.ai/sAura19.jpg",
"user_id": "2841561b-dd5d-4665-ae78-00a9c348b6d1",
"entity_type": "song_schema",
"is_public": false,
"is_trashed": false,
"is_liked": false,
"is_handle_updated": false,
"is_contest_clip": false,
"allow_comments": true,
"has_hook": false,
"play_count": 0,
"upvote_count": 0,
"flag_count": 0,
"metadata": {
"can_remix": true,
"edited_clip_id": "4c4c80c4-6318-48c7-a314-71dd03ba3a11",
"history": [
{
"continue_at": 123,
"id": "4c4c80c4-6318-48c7-a314-71dd03ba3a11",
"infill": false,
"source": "web",
"type": "gen"
}
],
"infill": false,
"is_remix": false,
"priority": 10,
"prompt": "[Verse]\nMove your paws\nLeft and right\nJump around\nFeel the light\nWhiskers twitch\nTails in the air\nDancing cats\nEverywhere\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow\n\n[Verse 2]\nTiptoe steps\nSoft and sweet\nTiny paws\nUnbeatable beat\nMeow to the rhythm\nClaws precise\nEvery move\nFeline paradise\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow\n\n[Bridge]\nOoh-ooh\nBounce and sway (ooh-ooh!)\nMoonlit grooves\nNight turns to day\nLean and stretch\nStrike your pose\nEvery kitty steals the show\n\n[Chorus]\nCat dance\nOh\nLet's go!\nSwing your tails\nDon’t say no (don’t say no!)\nPurr and twirl\nLike a show\nCat dance\nLet's steal the glow",
"stream": true,
"tags": "romantic raga",
"task": "extend",
"type": "gen"
}
}
],
"audio_url": "",
"video_url": "",
"image_url": "",
"image_large_url": "",
"major_model_version": "",
"model_name": "",
"prompt": "",
"type": "",
"tags": "",
"duration": 0,
"error_type": "",
"error_message": "",
"handle": "",
"is_handle_updated": false,
"is_trashed": false,
"reaction": null,
"created_at": "",
"title": ""
},
"message": ""
}Headers
Body
application/json
Response
200 - application/json
Request succeeded.
Hide child attributes
Hide child attributes
Hide child attributes
Hide child attributes
Hide child attributes
Hide child attributes