recraftv3
POST
https://aigcapi.top/v1/images/generations
recraftv3
recraftv3-halloween
1024x512
1024x1024
1024x576
1024x768
1024x512
512x1024
512x768
1280x960
1280x960
960x1280
960x1280
768x1366
768x512
1366x768
1344x576
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://aigcapi.top/v1/images/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A colorful sunset over the mountains",
"n": 1,
"model": "recraftv3",
"size": "1024x1792"
}'
响应示例响应示例
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}
请求参数
Header 参数
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json