Authorization: Bearer ********************
{
"prompt": "A colorful sunset over the mountains",
"n": 1,
"model": "dall-e-3",
"size": "1024x1024"
}
curl --location --request POST 'https://api.ecovai.cn/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A colorful sunset over the mountains",
"n": 1,
"model": "dall-e-3",
"size": "1024x1024"
}'
{
"created": 1730690775,
"data": [
{
"revised_prompt": "A colorful sunset over the mountains, with vibrant hues of orange, pink, and purple blending in the sky. The mountains have a rugged texture with dark silhouettes against the bright sky. Soft clouds catch the colors of the sunset, adding depth to the scene. Below, valleys fade into shadows as the sun dips below the peaks, creating a serene and awe-inspiring landscape.",
"url": "https://filesystem.site/cdn/20241104/Rl0XCLqDujEz9zrkyjDI1DXuFghwyh.webp"
}
]
}