Midjourney API 中文版(佩奇聚合API)
  1. 任务查询
Midjourney API 中文版(佩奇聚合API)
  • 简介
  • InsightFace任务提交
    • 提交swap_face任务
      POST
  • 任务提交
    • 执行动作
      POST
    • 提交Blend任务
      POST
    • 提交Describe任务
      POST
    • 提交Imagine任务
      POST
    • 提交Modal
      POST
    • 提交Shorten任务
      POST
    • 上传文件到discord
      POST
  • 任务查询
    • 查询所有任务
      GET
    • 根据ID列表查询任务
      POST
    • 根据ID列表查询任务-字段displays
      POST
    • 分页查询任务
      POST
    • 查询任务队列
      GET
    • 取消任务
      POST
    • 指定ID获取任务
      GET
    • 获取任务图片的seed(需设置mj或niji的私信ID)
      GET
  1. 任务查询

获取任务图片的seed(需设置mj或niji的私信ID)

GET
https://api.aigc369.com/mj/task/{id}/image-seed
任务查询

请求参数

Path 参数
id
string 
任务ID
必需
Header 参数
Authorization
string 
必需
默认值:
Bearer {{YOUR_API_KEY}}
Content-Type
string 
必需
默认值:
application/json
Accept
string 
必需
默认值:
application/json

示例代码

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.aigc369.com/mj/task//image-seed' \
--header 'Authorization;' \
--header 'Accept;'

返回响应

🟢200OK
application/json
Body
code
integer <int32>
可选
description
string 
可选
result
string 
可选
示例
{
    "code": 0,
    "description": "string",
    "result": "string"
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
上一页
指定ID获取任务
Built with