{ "prompt": "A colorful sunset over the mountains", "n": 1, "model": "dall-e-3", "size": "1024x1024" }
curl --location --request POST '/images/generations' \ --header 'Authorization: Bearer {{YOUR_API_KEY}}' \ --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://..." } ] }
项目代搭建 19.9/次
需自己提供项目地址或项目文件,以及需要的相关授权