{
"args": {
"prompt": "a girl",
"upscaler": 1,
"ratio": 1,
"cfg_scale": 7
},
"callback_url": "http://127.0.0.1:1234",
"type": "MX-CUTE"
}
curl --location --request POST 'https://goapi.gptnb.ai/api/v1/images/cute/generate' \
--header 'Authorization: Bearer mx-VhUtcR2kyJV93fviAYAupy1Dixig6jRL9T2zbBsHyDHpWZ1B' \
--header 'Content-Type: application/json' \
--data-raw '{
"args": {
"prompt": "a girl",
"upscaler": 1,
"ratio": 1,
"cfg_scale": 7
},
"callback_url": "http://127.0.0.1:1234",
"type": "MX-CUTE"
}'
{}