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" }
Gets the seed of the image.
身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。
Bearer <API_KEY>
<API_KEY>
任务ID
Midjourney seed response
状态码
1
描述
"success"
seed
"1234567890"
Was this page helpful?