Authorization: Bearer ********************
{
"model": "dall-e-3",
"quality": "hd",
"prompt": "a white siamese cat",
"n": 1,
"size": "1024x1024"
}
curl --location --request POST 'https://api2.aigcbest.top/v1/images/generations' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "dall-e-3",
"quality": "hd",
"prompt": "a white siamese cat",
"n": 1,
"size": "1024x1024"
}'
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}