Authorization: Bearer ********************
{
"prompt": "一条狗和一只猫在玩耍",
"model": "dall-e-3"
}
curl --location --request POST 'https://api.aigateway.work/v1/images/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "一条狗和一只猫在玩耍",
"model": "dall-e-3"
}'
{
"created": 1708585321,
"data": [
{
"url": "https://filesystem.site/cdn/20240222/tLnwCLUpYbycUbXW8dX1LUmyMQhWh4.webp"
}
]
}