{
"prompt": "Cats eating popcorn",
"width": 1440,
"height": 1440,
"steps": 4
}
curl --location --request POST 'http://www.arch2devs.ct.ws/api/flux' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "Cats eating popcorn",
"width": 1440,
"height": 1440,
"steps": 4
}'
{
"message": "Success"
}