- 产品介绍
- 模型价格
- 快速开始
- Azure语音服务
- Azure翻译服务
- Azure open AI
- 常见问题
- OpenAI API
- Midjourney Open API
- About Midjourney and Prices
- Submit Imagine TaskPOST
- Specify ID Query Task (fetch)GET
- Specify the ID List Query TaskGET
- Obtain the seed of the Task ImageGET
- Specify ID Query TaskGET
- Submit Blend TaskPOST
- Submit Modal TaskPOST
- Submit Describe TaskPOST
- Submit Shorten TaskPOST
- Submit FaceSwap TaskPOST
- Upload Files to DiscordPOST
- Submit Action Task(All associated button actions UPSCALE; VARIATION; REROLL; ZOOM, etc.)POST
- Luma video
- Suno Music
- Anthropic Claude
- Flux API
Query task
开发中
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/suno/query
Query 1 task, for example: https://api.maxapi.ai/suno/query?ids=1322a5ad-c23e-47fc-9550-fb540a43c3a3
Query more tasks, for example: https://api.maxapi.ai/suno/query?ids=1322a5ad-c23e-47fc-9550-fb540a43c3a3,e9658339-c18b-41c9-a80a-491915f7ad9f
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
ids
array[string]
song_id
示例值:
["1104fc5c-1309-49c4-957d-b451a357e822"]
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/suno/query?ids=1104fc5c-1309-49c4-957d-b451a357e822'
返回响应
🟢200成功
application/json
Body
object {0}
示例
[
{
"id": "1322a5ad-c23e-47fc-9550-fb540a43c3a3",
"video_url": "https://cdn1.suno.ai/1322a5ad-c23e-47fc-9550-fb540a43c3a3.mp4",
"audio_url": "https://cdn1.suno.ai/1322a5ad-c23e-47fc-9550-fb540a43c3a3.mp3",
"image_url": "https://cdn1.suno.ai/image_1322a5ad-c23e-47fc-9550-fb540a43c3a3.png",
"image_large_url": "https://cdn1.suno.ai/image_large_1322a5ad-c23e-47fc-9550-fb540a43c3a3.png",
"is_video_pending": false,
"major_model_version": "v3.5",
"model_name": "chirp-v3.5",
"is_liked": false,
"user_id": "178c76f2-25ec-4c1b-99b3-54daa16110e2",
"display_name": "ExhilarativeSoundDesigners916",
"handle": "exhilarativesounddesigners916",
"is_handle_updated": false,
"avatar_image_url": null,
"is_trashed": false,
"reaction": null,
"created_at": "2024-06-25T22:15:29.384Z",
"status": "complete",
"title": "The Unyielding Song of the Soul",
"play_count": 0,
"upvote_count": 0,
"is_public": false,
"meta_data": {
"tags": "Heartwarming, Soulful, Inspirational, Indomitable",
"prompt": "This is a heartwarming and soul-stirring song that tells the story of a person who maintains a positive and optimistic attitude in the face of life's challenges and never gives up. The lyrics should reflect hope for the future and a love for life, with a melody that warms the heart and inspires listeners.",
"gpt_description_prompt": null,
"audio_prompt_id": null,
"history": null,
"concat_history": null,
"type": "gen",
"duration": 232.72,
"refund_credits": false,
"stream": true,
"infill": null,
"has_vocal": null,
"is_audio_upload_tos_accepted": null,
"error_type": null,
"error_message": null
}
},
{
"id": "e9658339-c18b-41c9-a80a-491915f7ad9f",
"video_url": "https://cdn1.suno.ai/e9658339-c18b-41c9-a80a-491915f7ad9f.mp4",
"audio_url": "https://cdn1.suno.ai/e9658339-c18b-41c9-a80a-491915f7ad9f.mp3",
"image_url": "https://cdn1.suno.ai/image_e9658339-c18b-41c9-a80a-491915f7ad9f.png",
"image_large_url": "https://cdn1.suno.ai/image_large_e9658339-c18b-41c9-a80a-491915f7ad9f.png",
"is_video_pending": false,
"major_model_version": "v3.5",
"model_name": "chirp-v3.5",
"is_liked": false,
"user_id": "178c76f2-25ec-4c1b-99b3-54daa16110e2",
"display_name": "ExhilarativeSoundDesigners916",
"handle": "exhilarativesounddesigners916",
"is_handle_updated": false,
"avatar_image_url": null,
"is_trashed": false,
"reaction": null,
"created_at": "2024-06-25T22:15:29.384Z",
"status": "complete",
"title": "The Unyielding Song of the Soul",
"play_count": 0,
"upvote_count": 0,
"is_public": false,
"meta_data": {
"tags": "Heartwarming, Soulful, Inspirational, Indomitable",
"prompt": "This is a heartwarming and soul-stirring song that tells the story of a person who maintains a positive and optimistic attitude in the face of life's challenges and never gives up. The lyrics should reflect hope for the future and a love for life, with a melody that warms the heart and inspires listeners.",
"gpt_description_prompt": null,
"audio_prompt_id": null,
"history": null,
"concat_history": null,
"type": "gen",
"duration": 113.68,
"refund_credits": false,
"stream": true,
"infill": null,
"has_vocal": null,
"is_audio_upload_tos_accepted": null,
"error_type": null,
"error_message": null
}
}
]
修改于 2024-11-09 17:14:40