curl --request POST \
--url https://www.anyfast.ai/v1/images/generations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "doubao-seedream-5-0-260128",
"prompt": "生成女孩和奶牛玩偶在游乐园开心地坐过山车的图片",
"size": "1024x1024",
"watermark": false,
"seed": 123,
"logo_info": {
"add_logo": true,
"position": 123,
"language": 123,
"opacity": 123
}
}
'