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

The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.

Path Parameters

id
string
required

Task ID

Response

200 - application/json

Midjourney seed response

code
integer

status code

Example:

1

description
string

describe

Example:

"success"

result
string

seed

Example:

"1234567890"