create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/bytedance/seedance-2-0 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"imageTail": "<string>",
"resolution": "720p",
"length": 5,
"aspectRatio": "16:9",
"seed": 123,
"generateAudio": false,
"webSearch": false
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Seedance 2.0 API Documentation
Seedance 2.0 offers next-gen multimodal referencing, lifelike physics, and flawless visual consistency. Integrate the Seedance 2.0 API now.
POST
/
generation
/
bytedance
/
seedance-2-0
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/bytedance/seedance-2-0 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"imageTail": "<string>",
"resolution": "720p",
"length": 5,
"aspectRatio": "16:9",
"seed": 123,
"generateAudio": false,
"webSearch": false
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Seedance 2.0 API pricing here, cheaper than Fal AI.
Authorizations
API key to authorize requests
Body
application/json
⌘I