- Quick Start
- OpenAI API
- Midjourney Open API
- About Midjourney and Prices
- Submit Imagine TaskPOST
- Submit Action Task(All associated button actions UPSCALE; VARIATION; REROLL; ZOOM, etc.)POST
- Submit Blend TaskPOST
- Submit Modal TaskPOST
- Submit Describe TaskPOST
- Submit Shorten TaskPOST
- Submit FaceSwap TaskPOST
- Upload Files to DiscordPOST
- Specify ID Query TaskGET
- Specify ID Query Task (fetch)GET
- Specify the ID List Query TaskGET
- Obtain the seed of the Task ImageGET
- Luma video
- Suno Music
- Anthropic Claude
- Flux API
Query task
Developing
Main URLs
Main URLs
GET
https://api.maxapi.ai
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
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
ids
array[string]
required
Example:
["1104fc5c-1309-49c4-957d-b451a357e822"]
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 --request GET 'https://api.maxapi.ai/suno/query?ids=1104fc5c-1309-49c4-957d-b451a357e822'
Responses
🟢200成功
application/json
Body
object {0}
Example
[
{
"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
}
}
]
Modified at 2024-07-21 18:13:38