本文档由 Partner AI 归档整理,推荐使用Microsoft Edge或Google Chrome浏览器以获得最佳体验!
Authorization: Bearer ********************
{ "prompt": "A colorful sunset over the mountains", "n": 2, "size": "1024x1024" }
curl --location --request POST 'https://openai.apikey.com.cn/v1/images/generations' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "prompt": "A colorful sunset over the mountains", "n": 2, "size": "1024x1024" }'
{ "created": 1589478378, "data": [ { "url": "https://..." }, { "url": "https://..." } ] }
扫码加入 PartnerAI 官方微信圈
作为您7*24小时的AI搭档,我们乐意为您提供有关API接口的开发以及应用使用交流.