curl -X POST "https://www.anyfast.ai/v1/video/generations" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "doubao-seedance-1-0-lite-i2v-250428",
"content": [
{
"type": "text",
"text": "[img1] boy and [img2] dog playing in the park"
},
{
"type": "image_url",
"image_url": {
"url": "https://example.com/boy-reference.png"
},
"role": "reference_image"
},
{
"type": "image_url",
"image_url": {
"url": "https://example.com/dog-reference.png"
},
"role": "reference_image"
}
]
}'