Action (UPSCALE; VARIATION; REROLL; ZOOM, etc.)
POST
https://api.cometapi.com/mj/submit/changeMake all actions(including UPSCALE; VARIATION; REROLL; ZOOM, etc.) to the image you created through imaging api.
Request
[message.headerParameter]
Authorization
string
可选
示例值:
Bearer sk-xxx
[message.bodyParameter]application/json
customId
string
必需
taskId
string
必需
notifyHook
string
必需
state
string
必需
[api.label.example]
{
"base64Array": [],
"notifyHook": "",
"prompt": "Cat",
"state": ""
}
Request samples
[api.label.responses]
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
[response.label.jsonSchema]
code
integer
必需
description
string
必需
properties
object
必需
result
integer
必需
[api.label.example]
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}
[updatedIn] 6 个月前