{ "model": "dall-e-3", "prompt": "A cute baby sea otter", "n": 1, "size": "1024x1024" }
curl --location -g --request POST '{{BASE_URL}}/v1/images/generations' \ --header 'Authorization: Bearer {{YOUR_API_KEY}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "dall-e-3", "prompt": "A cute baby sea otter", "n": 1, "size": "1024x1024" }'
{ "created": 1589478378, "data": [ { "url": "https://..." }, { "url": "https://..." } ] }