
🇨🇳 Chinese

🇨🇳 Chinese
- 系统内部接口
- OpenAI
- Anthropic
- Suno(音乐)
- 场景一:续写音乐并获取完整音乐
- 场景二:Cover 音乐:音乐翻版\修改风格
- 场景三:Replace Section:替换片段
- 场景四:Persona:歌手风格
- 场景五:stems:声曲分离(仅限chirp_auk)
- 场景六:Timing:歌词、音频时间线(仅限chirp_auk)
- 场景七:wav:获取 wav 格式文件
- 场景八:mp4:生成 mp4 mv 视频(仅限chirp_auk)
- 生成音乐POST
- 上传音乐POST
- 歌曲拼接POST
- 新建 PersonaPOST
- 声曲分离GET
- Timing:歌词、音频时间线GET
- 获取 wav 格式文件GET
- 生成 mp4 mv 视频GET
- 生成歌词POST
- 查询单个任务GET
- 批量查询任务POST
- 批量查询歌曲GET
- Udio(音乐)
- Midjourney API文档(生图)
- Flux(生图)
- Recraft(生图)
- Ideogram(生图)
- Luma(视频)
- Runway(视频)
- PIKA(视频)
- 可灵API(官方接口)
- Replicate 通用接口
- MiniMax海螺
- 火山方舟
声曲分离
GET
/suno/act/stems/{clip_id}
最后修改时间:2025-05-06 09:01:16
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Path 参数
clip_id
string
必需
Header 参数
Authorization
string
可选
默认值:
{{YOUR_API_KEY}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/suno/act/stems/' \
--header 'Authorization: '
返回响应
🟢200成功
application/json
Body
object {0}
示例
{"clips":[{"audio_url":"","id":"81348e3a-7c6a-49f9-9b84-3b0cd3340128","image_url":"","major_model_version":"","metadata":{"can_remix":true,"duration":166.44,"is_remix":false,"prompt":"[Verse]\nWalking down the streets\nBeneath the city lights\nNeon signs flickering\nLighting up the night\nHeart beating faster\nLike a drum in my chest\nI'm alive in this moment\nFeeling so blessed\n\nStilettos on the pavement\nStepping with grace\nSurrounded by the people\nMoving at their own pace\nThe rhythm of the city\nIt pulses in my veins\nLost in the energy\nAs my worries drain\n\n[Verse 2]\nConcrete jungle shining\nWith its dazzling glow\nEvery corner hiding secrets that only locals know\nA symphony of chaos\nBut it's music to my ears\nThe hustle and the bustle\nWiping away my fears","stem_from_id":"2dd391cd-996b-4843-9738-1aed26f170e4","tags":"emotional punk","type":"stem"},"model_name":"","status":"queued","title":"City Lights - Vocals","video_url":""},{"audio_url":"","id":"6f1a1178-e931-4488-95f3-40bf4bc130ed","image_url":"","major_model_version":"","metadata":{"can_remix":true,"duration":166.44,"is_remix":false,"prompt":"","stem_from_id":"2dd391cd-996b-4843-9738-1aed26f170e4","tags":"emotional punk","type":"stem"},"model_name":"","status":"queued","title":"City Lights - Instrumental","video_url":""}]}