
🇨🇳 Chinese

🇨🇳 Chinese
- 系统 内部接口
- OpenAI
- Anthropic
- Suno(音乐)
- 场景一:续写音乐并获取完整音乐
- 场景二:Cover 音乐:音乐翻版\修改风格
- 场景三:Replace Section:替换片段
- 场景四:Persona:歌手风格
- 场景五:stems:声曲分离(仅限chirp-auk)
- 场景六:Timing:歌词、音频时间线(仅限chirp-auk)
- 场景七:wav:获取 wav 格式文件
- 场景八:mp4:生成 mp4 mv 视频(仅限chirp-auk)
- 场景九:all-stems:全轨声曲分离(仅限chirp-auk)
- 场景十:高价参数
- 生成音乐
- 上传音乐
- 歌曲拼接
- 新建 Persona
- 声曲分离
- Timing:歌词、音频时间线
- 获取 wav 格式文件
- 生成 mp4 mv 视频
- 生成歌词
- 查询单个任务
- 批量查询任务
- 批量查询歌曲
- Udio(音乐)
- Midjourney API文档(生图)
- Flux(生图)
- Recraft(生图)
- Ideogram(生图)
- Luma(视频)
- Runway(视频)
- PIKA(视频)
- 可灵API(官方接口)
- Replicate 通用接口
- MiniMax海螺
- 火山方舟
- Pixverse
- Viggle
单个查询任务
GET
/dream-machine/v1/generations/{task_id}
最后修改时间:2025-02-05 11:29:37
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Path 参数
task_id
string
必需
示例值:
4b3c464e-94f6-4e54-bc21-12f0e6da5791
Header 参数
Authorization
string
可选
默认值:
{{YOUR_API_KEY}}
示例代码
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 '/dream-machine/v1/generations/4b3c464e-94f6-4e54-bc21-12f0e6da5791' \
--header 'Authorization: '
返回响应
🟢200成功
application/json
Body
id
string
必需
liked
null
必需
state
string
必需
video
object
必需
url
string
必需
width
integer
必需
height
integer
必需
download_url
string
必需
prompt
string
必需
thumbnail
object
必需
url
string
必需
width
integer
必需
height
integer
必需
video_raw
object
VIP账号有
url
string
必需
width
integer
必需
height
integer
必需
created_at
string
必需
last_frame
object
必需
url
string
必需
width
integer
必需
height
integer
必需
queue_state
null
必需
estimate_wait_seconds
null
必需
示例
{
"id": "32ec5549-7b7a-4111-a43b-445b3a89c8ef",
"liked": null,
"state": "completed",
"video": {
"url": "https://storage.cdn-luma.com/lit_lite_inference_v1.6-xl/5bf08990-71ed-4a56-b531-2c2f02e18f51/5f7ca010-7e0e-4faf-a654-f41ce735d0ff_watermarked_video05a8efbcf1ba2498bb02aa9dcefab47f8.mp4",
"width": 752,
"height": 1360,
"download_url": "https://dc53a917a6f427706a8ca3ecc7d70ea4.r2.cloudflarestorage.com/ai-lumalabs-storage/lit_lite_inference_v1.6-xl/5bf08990-71ed-4a56-b531-2c2f02e18f51/0af7d264-0ab5-45f1-befb-e382c81d8023_video05a8efbcf1ba2498bb02aa9dcefab47f8.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=60bf44f30d45b472f9dd032de33e15d1%2F20241015%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20241015T085653Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=9b40f281fd019016625bb2a4fcdf9f9625de3dba2f5c80178f6bd5e8c4304499"
},
"prompt": "Please generate a video simulating the gentle undulating heights of water waves and sand dunes, with more focus on the imagery of the Nile River, based on the reference of the ceramic tile product design.",
"thumbnail": {
"url": "https://storage.cdn-luma.com/lit_lite_inference_v1.6-xl/5bf08990-71ed-4a56-b531-2c2f02e18f51/59ce5a3c-8fad-4735-94f7-243040c63a4e_video_0_thumb.jpg",
"width": 752,
"height": 1360
},
"video_raw": {
"url": "https://storage.cdn-luma.com/lit_lite_inference_v1.6-xl/5bf08990-71ed-4a56-b531-2c2f02e18f51/0af7d264-0ab5-45f1-befb-e382c81d8023_video05a8efbcf1ba2498bb02aa9dcefab47f8.mp4",
"width": 752,
"height": 1360
},
"created_at": "2024-10-15T08:56:19.325Z",
"last_frame": {
"url": "https://storage.cdn-luma.com/lit_lite_inference_v1.6-xl/5bf08990-71ed-4a56-b531-2c2f02e18f51/0f434eba-2421-4abf-8a36-774abc3bf515_video_0_last_frame.jpg",
"width": 752,
"height": 1360
},
"queue_state": null,
"estimate_wait_seconds": null
}
修改于 2025-02-05 11:29:37