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