- 模型接口
- 聊天接口(Chat)
- 自动补全接口(Completions)
- 图像接口(Images)
- 向量生成接口(Embeddings)
- 音频接口(Audio)
- Midjourney
- Suno音乐(逆向)
- Flux图像(官方格式)
- Recraft图像(官方格式)
- Stability AI图像(官方格式)
- Ideogram图像(官方格式)
- Ideogram图像(逆向)
- Kling视频(官方格式)
- Luma视频(逆向)
- Runway视频(官方格式)
- CogVideoX视频(官方格式)
- Viggle舞蹈(逆向)
- Midjourney视频
- 帮助中心
查询任务
开发中
GET
https://api.mjdjourney.cn/api/mj/task/42a28dda-dc7a-4186-ac86-6e16c1fcef17/fetch
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Header 参数
mj-api-secret
string
令牌
示例代码
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://api.mjdjourney.cn/api/mj/task/42a28dda-dc7a-4186-ac86-6e16c1fcef17/fetch' \
--header 'mj-api-secret;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
object
必需
taskId
string
必需
prompt
string
必需
imageUrl
string
必需
enqueue_time
string
必需
width
integer
必需
height
integer
必需
batch_size
integer
必需
status
string
必需
job_type
string
必需
video_url
string
必需
video_urls
array[string]
必需
示例
{"code":0,"message":"成功","data":{"taskId":"42a28dda-dc7a-4186-ac86-6e16c1fcef17","prompt":"https://cdn.midjourney.com/u/a533bdf2-2755-4aae-8216-06a2c11d7193/8a36ae2f33838d54516917930ced9490ae0dd19aed85659fc91097c02160fd2c.jpg--ar 128:121 --video 1","imageUrl":"https://cdn.midjourney.com/u/a533bdf2-2755-4aae-8216-06a2c11d7193/8a36ae2f33838d54516917930ced9490ae0dd19aed85659fc91097c02160fd2c.jpg","enqueue_time":"2025-06-20 06:54:32.303527+00:00","width":640,"height":608,"batch_size":4,"status":"completed","job_type":"vid_1.1_i2v_render_b_joint_video","video_url":"https://cdn.midjourney.com/video/42a28dda-dc7a-4186-ac86-6e16c1fcef17/0.mp4","video_urls":["https://cdn.midjourney.com/video/42a28dda-dc7a-4186-ac86-6e16c1fcef17/0.mp4","https://cdn.midjourney.com/video/42a28dda-dc7a-4186-ac86-6e16c1fcef17/1.mp4","https://cdn.midjourney.com/video/42a28dda-dc7a-4186-ac86-6e16c1fcef17/2.mp4","https://cdn.midjourney.com/video/42a28dda-dc7a-4186-ac86-6e16c1fcef17/3.mp4"]}}
修改于 2025-06-23 01:36:01