Skip to main content
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"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

任务ID

Response

200 - application/json

Midjourney seed response

code
integer

状态码

Example:

1

description
string

描述

Example:

"success"

result
string

seed

Example:

"1234567890"