- 文件服务
- 链接分析(url analysis)
- 图片生成
- 音乐生成(suno)
- suno官网原生格式
- 官网格式
- 所有接口
- 场景1 生成自定义音乐(带歌词)
- 场景 2 通过提示词直接生成音乐(带歌词)
- 场景 4 通过提示词直接生成音乐(纯音乐)
- 场景 3 生成自定义音乐(纯音乐)
- 场景 5 上传自定义音频并续写
- 场景 6 续写音乐并获取完整音乐
- 自定义格式(已废弃)
- 视频生成
- vidu(官方格式)
- runway
- luma
- 可灵(官方格式)
- GPTs 相关
- 智谱清言(glm)
- openai
获取完整音乐(concat)
开发中
POST
/v1/suno/generate/concat/v2
请求参数
Body 参数application/json
object {0}
示例
{
"clip_id": "186653a1-ef95-4db5-8808-af10247267ce",
"is_infill": false
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/suno/generate/concat/v2' \
--header 'Content-Type: application/json' \
--data-raw '{
"clip_id": "186653a1-ef95-4db5-8808-af10247267ce",
"is_infill": false
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{"id":"63bd4788-26c2-4d95-b623-8e4d0957cbeb","video_url":"","audio_url":"","image_url":"https://cdn2.suno.ai/image_186653a1-ef95-4db5-8808-af10247267ce.jpeg","image_large_url":"https://cdn2.suno.ai/image_large_186653a1-ef95-4db5-8808-af10247267ce.jpeg","is_video_pending":false,"major_model_version":"v3.5","model_name":"chirp-v3.5","metadata":{"tags":"heavy metal","negative_tags":null,"prompt":"[Verse]\nStars they shine above me\nMoonlight softly glows\nWhispers in the night sky\nDreams that only grow\n\n[Verse 2]\nMidnight winds are calling\nCarrying a tune\nHeartbeats echo softly\nDancing with the moon\n\n[Chorus]\nStarry night starry night\nLet your light ignite ignite\nBright as day bright as day\nGuide my way guide my way\n\n[Verse 3]\nShadows move and twinkle\nNighttime come alive\nMystery in the heavens\nStories that survive\n\n[Bridge]\nMagic fills the darkness\nWonder in the air\nEvery star a secret\nIn the sky I stare\n\n[Chorus]\nStarry night starry night\nLet your light ignite ignite\nBright as day bright as day\nGuide my way guide my way\n\n[Verse]\nStars they shine above me\nMoonlight softly glows\nWhispers in the night sky\nDreams that only grow\n\n[Verse 2]\nMidnight winds are calling\nCarrying a tune\nHeartbeats echo softly\nDancing with the moon\n\n[Chorus]\nStarry night starry night\nLet your light ignite ignite\nBright as day bright as day\nGuide my way guide my way\n\n[Verse 3]\nShadows move and twinkle\nNighttime come alive\nMystery in the heavens\nStories that survive\n\n[Bridge]\nMagic fills the darkness\nWonder in the air\nEvery star a secret\nIn the sky I stare\n\n[Chorus]\nStarry night starry night\nLet your light ignite ignite\nBright as day bright as day\nGuide my way guide my way","gpt_description_prompt":null,"history":null,"concat_history":[{"id":"73d482c0-c068-4202-8f2e-e4759e584f9b","continue_at":48,"type":"gen","source":"web","infill":false},{"id":"186653a1-ef95-4db5-8808-af10247267ce","continue_at":null}],"stem_from_id":null,"type":"concat","duration":null,"refund_credits":null,"stream":null,"infill":null,"has_vocal":null,"is_audio_upload_tos_accepted":null,"error_type":null,"error_message":null,"configurations":null,"artist_clip_id":null,"cover_clip_id":null,"task":null},"is_liked":false,"user_id":"2533bd4f-583b-414f-9d7d-3920659351a0","display_name":"FlamboyantLipsync141","handle":"flamboyantlipsync141","is_handle_updated":false,"avatar_image_url":"https://cdn1.suno.ai/defaultBlue.webp","is_trashed":false,"reaction":null,"created_at":"2024-08-26T07:31:38.385Z","status":"queued","title":"Starry ","play_count":0,"upvote_count":0,"is_public":false}