Imagine
操作,提交绘图任务。{
"mode": "RELAX",
"notifyHook": "",
"base64Array": [
"data:image/png;base64,xxx1",
"data:image/png;base64,xxx2"
],
"prompt": "Cat",
"state": ""
}
curl --location --request POST '/mj/submit/imagine' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"mode": "RELAX",
"notifyHook": "",
"base64Array": [
"data:image/png;base64,xxx1",
"data:image/png;base64,xxx2"
],
"prompt": "Cat",
"state": ""
}'
{
"code": 1,
"description": "Submit success",
"result": "1712158011464906"
}