Describe
操作,提交图生文任务。{
"mode": "RELAX",
"notifyHook": "",
"base64": "data:image/png;base64,xxx",
"state": ""
}
curl --location --request POST '/mj/submit/describe' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"mode": "RELAX",
"notifyHook": "",
"base64": "data:image/png;base64,xxx",
"state": ""
}'
{
"code": 1,
"description": "Submit success",
"result": "1712205491372224"
}