{ "prompt": "A colorful sunset over the mountains", "n": 1, "model": "dall-e-3", "size": "1024x1024" }
curl --location --request POST 'https://newapi02.sharkchat.cn/v1/images/generations' \ --header 'Authorization: Bearer sk-GYDbYRosWgpZiUxdD9903e216d5e4765A4705b0c63291167' \ --header 'Content-Type: application/json' \ --data-raw '{ "prompt": "A colorful sunset over the mountains", "n": 1, "model": "dall-e-3", "size": "1024x1024" }'
{ "created": 1589478378, "data": [ { "url": "https://..." }, { "url": "https://..." } ] }