{
"args": {
"ratio": 1,
"prompt": "a girl",
"model": "65",
"upscaler": 1
},
"callback_url": "http://127.0.0.1:1234",
"type": "default"
}
curl --location --request POST '/api/v1/mx/images/generate' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"args": {
"ratio": 1,
"prompt": "a girl",
"model": "65",
"upscaler": 1
},
"callback_url": "http://127.0.0.1:1234",
"type": "default"
}'
{}