| 尺寸 | 比例 |
|---|---|
| 1024x1024 | 1:1 |
| 512x1024 | 1:2 |
| 1024x512 | 2:1 |
| 768x512 | 3:2 |
| 512x768 | 2:3 |
| 960x1280 | 3:4 |
| 1280x960 | 4:3 |
| 720x1280 | 9:16 |
| 1280x720 | 16:9 |
| 576x1344 | 9:21 |
| 1344x576 | 21:9 |
Authorization: Bearer ********************{
"output_format": "png"
}curl --location 'https://vip.yi-zhan.top/v1/images/edits' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"output_format": "png"
}'{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}