{
"prompt": "snow mountain",
"raw": true,
"aspect_ratio": "16:9"
}
curl --location --request POST 'https://api.302.ai/302/submit/flux-v1.1-ultra' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "snow mountain",
"raw": true,
"aspect_ratio": "16:9"
}'
{
"images": [
{
"url": "string",
"width": 0,
"height": 0,
"content_type": "string"
}
],
"timings": {},
"seed": 0,
"has_nsfw_concepts": [
true
],
"prompt": "string"
}