{
"model": "string",
"prompt": "string",
"size": "string",
"aspect_ratio": "string"
}
curl --location --request POST '/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"prompt": "string",
"size": "string",
"aspect_ratio": "string"
}'
{}