
🇨🇳 Chinese

🇨🇳 Chinese
- 系统内部接口
- OpenAI
- Anthropic
- Suno(音乐)
- Udio(音乐)
- Midjourney API文档(生图)
- Flux(生图)
- Recraft(生图)
- Ideogram(生图)
- Luma(视频)
- Runway(视频)
- PIKA(视频)
- 可灵API(官方接口)
- Replicate 通用接口
- MiniMax海螺(视频)
声曲分离
GET
/suno/act/stems/{clip_id}
Last modified:2025-05-06 09:01:16
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
clip_id
string
required
Query Params
string
optional
Header Params
string
optional
Authorization
string
optional
Default:
{{YOUR_API_KEY}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/suno/act/stems/' \
--header 'Authorization: '
Responses
🟢200成功
application/json
Body
object {0}
Example
{
"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": ""
}
]
}
Modified at 2025-05-06 09:01:16