- 介绍
- 项目说明
- 身份验证
- 发出请求
- 支持模型(模型及费率一览表)
- openai api
- Claude
- 视频接口
- kling(官方格式)
- luma
- CogVideoX(官方格式)
- runway(开发中)
- sora
- 音乐接口
- 图片接口
获取音乐
GET
https://api.openai-core.com/suno/v1/v3.0/music/{{id}}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Accept
string
必需
示例值:
application/json
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
id
string
必需
示例
{
"id": "string"
}
示例代码
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 'https://api.openai-core.com/suno/v1/v3.0/music/{{id}}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
返回响应
🟢200OK
application/json
Body
code
integer
必需
message
string
必需
data
object
必需
task_id
string
必需
status
string
必需
input
string
必需
clips
object
必需
示例
{
"code": 200,
"message": "success",
"data": {
"task_id": "96bff3e6-5af6-490e-b0f3-f99257883383",
"status": "completed",
"input": "{\n \"custom_mode\": true,\n \"input\": {\n \"prompt\": \"[Verse]\\nTesla riding\\nBatteries flying\\nElon Musk\\nHe's got the future on his mind\\nSolar panels shining\\nRockets reaching for the skies\\nInnovation's flowing\\nHe's the tech wizard of our times\\n\\n[Verse]\\nNeuralink connecting minds\\nAI running wild\\nMars colonization\\nHe's making it his style\\nFrom PayPal he came and shook the world with his touch\\nElon Musk\\nThe eccentric genius\\nHe's too much\\n\\n[Chorus]\\nElon Musk\\nHe's the man with electric dreams\\nChanging the world with his technology schemes\\nFrom PayPal to SpaceX\\nHe's a force to be seen\\nElectric cars and rockets\\nHe's living the dream\",\n \"title\": \"Electric Dreams\",\n \"tags\": \"epic reggae\",\n \"continue_at\": 0,\n \"continue_clip_id\": \"\"\n }\n}",
"clips": {
"39a7e046-e873-453c-8741-0c4217dee411": {
"id": "39a7e046-e873-453c-8741-0c4217dee411",
"video_url": "https://cdn1.suno.ai/39a7e046-e873-453c-8741-0c4217dee411.mp4",
"audio_url": "https://cdn1.suno.ai/39a7e046-e873-453c-8741-0c4217dee411.mp3",
"image_url": "https://cdn2.suno.ai/image_39a7e046-e873-453c-8741-0c4217dee411.jpeg",
"image_large_url": "https://cdn2.suno.ai/image_large_39a7e046-e873-453c-8741-0c4217dee411.jpeg",
"major_model_version": "v3.5",
"model_name": "chirp-v3",
"status": "complete",
"title": "Electric Dreams",
"text": "",
"metadata": {
"audio_prompt_id": null,
"concat_history": null,
"duration": 139.16,
"error_message": null,
"error_type": null,
"gpt_description_prompt": null,
"history": null,
"prompt": "[Verse]\nTesla riding\nBatteries flying\nElon Musk\nHe's got the future on his mind\nSolar panels shining\nRockets reaching for the skies\nInnovation's flowing\nHe's the tech wizard of our times\n\n[Verse]\nNeuralink connecting minds\nAI running wild\nMars colonization\nHe's making it his style\nFrom PayPal he came and shook the world with his touch\nElon Musk\nThe eccentric genius\nHe's too much\n\n[Chorus]\nElon Musk\nHe's the man with electric dreams\nChanging the world with his technology schemes\nFrom PayPal to SpaceX\nHe's a force to be seen\nElectric cars and rockets\nHe's living the dream",
"refund_credits": false,
"stream": true,
"tags": "epic reggae",
"type": "gen"
}
},
"b9dc9655-0f55-44ed-952c-faa1f1eeb4ee": {
"id": "b9dc9655-0f55-44ed-952c-faa1f1eeb4ee",
"video_url": "https://cdn1.suno.ai/b9dc9655-0f55-44ed-952c-faa1f1eeb4ee.mp4",
"audio_url": "https://cdn1.suno.ai/b9dc9655-0f55-44ed-952c-faa1f1eeb4ee.mp3",
"image_url": "https://cdn2.suno.ai/image_b9dc9655-0f55-44ed-952c-faa1f1eeb4ee.jpeg",
"image_large_url": "https://cdn2.suno.ai/image_large_b9dc9655-0f55-44ed-952c-faa1f1eeb4ee.jpeg",
"major_model_version": "v3.5",
"model_name": "chirp-v3",
"status": "complete",
"title": "Electric Dreams",
"text": "",
"metadata": {
"audio_prompt_id": null,
"concat_history": null,
"duration": 93,
"error_message": null,
"error_type": null,
"gpt_description_prompt": null,
"history": null,
"prompt": "[Verse]\nTesla riding\nBatteries flying\nElon Musk\nHe's got the future on his mind\nSolar panels shining\nRockets reaching for the skies\nInnovation's flowing\nHe's the tech wizard of our times\n\n[Verse]\nNeuralink connecting minds\nAI running wild\nMars colonization\nHe's making it his style\nFrom PayPal he came and shook the world with his touch\nElon Musk\nThe eccentric genius\nHe's too much\n\n[Chorus]\nElon Musk\nHe's the man with electric dreams\nChanging the world with his technology schemes\nFrom PayPal to SpaceX\nHe's a force to be seen\nElectric cars and rockets\nHe's living the dream",
"refund_credits": false,
"stream": true,
"tags": "epic reggae",
"type": "gen"
}
}
}
}
}
修改于 2024-10-23 08:52:11