{
"source_img": "https://cdn.mewx.art/images/static/example/01fc751b-5262-4164-b639-0fc529378ab8.jpg",
"cn_list": [
{
"type": 1,
"weight": 60,
"guidance_start": 0,
"guidance_end": 1
}
],
"style_img": "https://cdn.mewx.art/images/static/example/a9385171-4c6f-45ed-94d0-138102d4c8d2.jpg",
"engine": 1,
"source_mode": 1,
"type": "neuralstyle",
"callback_url": "http://127.0.0.1:3000"
}
curl --location --request POST 'https://goapi.gptnb.ai/api/v1/images/neuralstyle/generate' \
--header 'Authorization: Bearer xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_img": "https://cdn.mewx.art/images/static/example/01fc751b-5262-4164-b639-0fc529378ab8.jpg",
"cn_list": [
{
"type": 1,
"weight": 60,
"guidance_start": 0,
"guidance_end": 1
}
],
"style_img": "https://cdn.mewx.art/images/static/example/a9385171-4c6f-45ed-94d0-138102d4c8d2.jpg",
"engine": 1,
"source_mode": 1,
"type": "neuralstyle",
"callback_url": "http://127.0.0.1:3000"
}'
{}