跳转到主要内容
GET
/
mj
/
task
/
{id}
/
image-seed
cURL
curl --request GET \
  --url https://proxy.innk.cc/mj/task/{id}/image-seed \
  --header 'Authorization: Bearer <token>'
{
  "code": 1,
  "description": "success",
  "result": "1234567890"
}

授权

Authorization
string
header
必填

身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。

路径参数

id
string
必填

任务ID

响应

200 - application/json

Midjourney seed response

code
integer

状态码

示例:

1

description
string

描述

示例:

"success"

result
string

seed

示例:

"1234567890"