{
"source_img": "string",
"source_mode": 1,
"style_img": "string",
"engine": 1,
"cn_list": [
{
"type": 1,
"weight": 0,
"guidance_start": 0,
"guidance_end": 0
}
],
"type": "neuralstyle",
"callback_url": "string"
}
curl --location --request POST 'https://open-qr.mewx.art/api/v1/images/neuralstyle/generate' \
--header 'Authorization: xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_img": "string",
"source_mode": 1,
"style_img": "string",
"engine": 1,
"cn_list": [
{
"type": 1,
"weight": 0,
"guidance_start": 0,
"guidance_end": 0
}
],
"type": "neuralstyle",
"callback_url": "string"
}'
{
"code": 0,
"msg": "成功",
"data": {
"img_uuid": "48647467-81c5-479d-a8f6-448ae6e017af"
}
}