{
"args": {
"ratio": 1,
"prompt": "string",
"model": "string",
"upscaler": 1,
"negative_prompt": "string",
"negative_type": 0,
"fix_faces": true,
"seed": 1,
"init_img_url": "string",
"denoising_strength": 0,
"cfg_scale": 1,
"extra_model": [
{
"id": "string",
"weight": 0
}
],
"audit": 0
},
"type": "default",
"callback_url": "string"
}
curl --location --request POST '/api/v1/mx/images/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"args": {
"ratio": 1,
"prompt": "string",
"model": "string",
"upscaler": 1,
"negative_prompt": "string",
"negative_type": 0,
"fix_faces": true,
"seed": 1,
"init_img_url": "string",
"denoising_strength": 0,
"cfg_scale": 1,
"extra_model": [
{
"id": "string",
"weight": 0
}
],
"audit": 0
},
"type": "default",
"callback_url": "string"
}'
{
"code": 0,
"msg": "成功",
"data": {
"img_uuid": "3e6fd87b-2895-402a-adc7-303f7ae0fd71"
}
}