English
cURL
curl --request GET \ --url https://proxy.innk.cc/mj/task/{id}/image-seed \ --header 'Authorization: Bearer <token>'
{ "code": 1, "description": "success", "result": "1234567890" }
Get the seed of the image
The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.
Bearer <API_KEY>
<API_KEY>
Task ID
Midjourney seed response
status code
1
describe
"success"
seed
"1234567890"
Was this page helpful?