Skip to content
EN

获取任务图片的seed(免费

方法: GET路径: /mj/task/{id}/image-seed

请求参数

Path 参数

text
id
string
任务ID
必需

Header 参数

text
Authorization
string
可选
默认值:
Bearer {{YOUR_API_KEY}}

请求示例代码

Shell

bash
curl --location --request GET '/mj/task//image-seed' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}'

返回响应

🟢 200 OK

内容类型: application/json

响应结构

text
code
integer
<int32>
可选
description
string
可选
result
string
可选

示例

json
{
    "code": 0,
    "description": "string",
    "result": "string"
}

🟠 401 Unauthorized

🟠 403 Forbidden

🟠 404 Not Found