- 系统介绍
- 系统优势
- 补充说明
- 辅助功能
- 按量计费
- 按次计费
- OpenMeta
- GPT 4o Image Generation
- Midjourney Proxy
- Midjourney Chat
- 即梦AI2.0生图
- Recraft Proxy
- Flux.1 Proxy
- SD Proxy
- SD Chat
- Sora Proxy
- Kling Proxy
- CogVideoX Proxy
- Runway Proxy
- Runway Chat
- Luma Proxy
- Luma Chat
- Pika1.5 Proxy
- Pika1.5 Chat
- Domo Proxy
- 海绵音乐(音乐生成)
- Suno Proxy
- Suno Chat
- Udio Proxy
- Udio Chat
查询任务
开发中
开发环境
https://draw.openai-next.com
开发环境
https://draw.openai-next.com
GET
https://draw.openai-next.com
请求参数
Query 参数
songIds
string
可选
示例值:
0cc1035a-df2b-4a60-bba1-6d3ef77aa0ee,eadd3157-7272-4382-bfec-64e60e2238fc
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://draw.openai-next.com/udio/songs'
返回响应
🔴500服务器错误
application/json
Body
code
integer
必需
msg
string
必需
sn
string
必需
示例
{
"songs": [
{
"id": "0cc1035a-df2b-4a60-bba1-6d3ef77aa0ee",
"user_id": "d4200b07-e7e4-4b62-8c94-f02fafa13482",
"artist": "FunkyDrums8149",
"artist_image": "https://lh3.googleusercontent.com/a/ACg8ocKJG_OEA0wZ5UXygv2W30ZE-Sfcr0tI6itZVqoNRfpYdNJq2Q=s96-c",
"title": "Beneath the Waves",
"created_at": "2024-11-19T12:30:43.967403+00:00",
"error_id": null,
"error_type": null,
"error_code": null,
"generation_id": "c55b246a-80f1-406d-8d2d-0aefe642810d",
"image_path": "https://imagedelivery.net/C9yUr1FL21Q6JwfYYh2ozQ/7c49c1ba-8e70-476f-2693-e988e7a9ae00/public",
"lyrics": "",
"prompt": "A submarine crew discovering an underwater civilization, orchestral, cinematic",
"likes": 0,
"plays": 0,
"published_at": null,
"replaced_tags": {
"epic, orchestral, dramatic, symphonic, suspenseful, film score, cinematic": {
"tags": [
"film score",
"atmospheric",
"suspenseful",
"ominous",
"melodic",
"epic",
"instrumental"
],
"type": "tags"
},
"film score, atmospheric, suspenseful, ominous, melodic, epic, instrumental": {
"tags": [
"orchestral",
"cinematic",
"film score",
"atmospheric",
"suspenseful",
"ominous",
"melodic",
"epic",
"instrumental"
],
"type": "tags"
}
},
"song_path": "https://storage.googleapis.com/udio-artifacts-c33fe3ba-3ffe-471f-92c8-5dfef90b3ea3/samples/d87860259db44de79cfc40f74b2ab9f7/1/Beneath%2520the%2520Waves.mp3",
"tags": [
"orchestral",
"cinematic",
"film score",
"atmospheric",
"suspenseful",
"ominous",
"melodic",
"epic",
"instrumental"
],
"duration": 32.8106666666667,
"video_path": null,
"error_detail": null,
"finished": true,
"liked": false,
"disliked": false,
"publishable": true,
"audio_conditioning_type": null,
"attribution": "",
"description": "",
"user_tags": [],
"original_song_path": null
},
{
"id": "eadd3157-7272-4382-bfec-64e60e2238fc",
"user_id": "d4200b07-e7e4-4b62-8c94-f02fafa13482",
"artist": "FunkyDrums8149",
"artist_image": "https://lh3.googleusercontent.com/a/ACg8ocKJG_OEA0wZ5UXygv2W30ZE-Sfcr0tI6itZVqoNRfpYdNJq2Q=s96-c",
"title": "Beneath the Waves",
"created_at": "2024-11-19T12:30:43.967403+00:00",
"error_id": null,
"error_type": null,
"error_code": null,
"generation_id": "c55b246a-80f1-406d-8d2d-0aefe642810d",
"image_path": "https://imagedelivery.net/C9yUr1FL21Q6JwfYYh2ozQ/a4cd54f5-6b3c-41cb-6349-21e671353c00/public",
"lyrics": "",
"prompt": "A submarine crew discovering an underwater civilization, orchestral, cinematic",
"likes": 0,
"plays": 0,
"published_at": null,
"replaced_tags": {
"film score, epic, atmospheric, orchestral, instrumental": {
"tags": [
"orchestral",
"cinematic",
"film score",
"epic",
"atmospheric",
"instrumental"
],
"type": "tags"
},
"epic, ambient orchestral, orchestral, suspenseful, film score, adventurous, cinematic": {
"tags": [
"film score",
"epic",
"atmospheric",
"orchestral",
"instrumental"
],
"type": "tags"
}
},
"song_path": "https://storage.googleapis.com/udio-artifacts-c33fe3ba-3ffe-471f-92c8-5dfef90b3ea3/samples/d87860259db44de79cfc40f74b2ab9f7/2/Beneath%2520the%2520Waves.mp3",
"tags": [
"orchestral",
"cinematic",
"film score",
"epic",
"atmospheric",
"instrumental"
],
"duration": 32.8106666666667,
"video_path": null,
"error_detail": null,
"finished": true,
"liked": false,
"disliked": false,
"publishable": true,
"audio_conditioning_type": null,
"attribution": "",
"description": "",
"user_tags": [],
"original_song_path": null
}
]
}
🟢200成功