绘图变化
POST
https://api.duckagi.com/mj/submit/change
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
action | UPSCALE(放大); VARIATION(变换); REROLL(重新生成),可用值,VARIATION,REROLL | | true | string | |
index | 序号(1~4), action为UPSCALE,VARIATION时必传 | | false | integer(int32) | |
notifyHook | 回调地址, 为空时使用全局notifyHook | | false | string | |
state | 自定义参数 | | false | string | |
taskId | 任务ID | | true | string | |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
code | 状态码: 1(提交成功), 21(已存在), 22(排队中), other(错误) | integer(int32) | integer(int32) |
description | 描述 | string | |
properties | 扩展字段 | object | |
result | 任务ID | string | |
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
示例代码
返回响应
修改于 2024-01-13 06:42:07