create reference video
curl --request POST \
--url https://pollo.ai/api/platform/generation/bytedance/seedance-2-0-mini/ref2video \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"prompt": "<string>",
"refs": [
{
"type": "image",
"name": "<string>",
"image": "<string>",
"order": 2,
"avatarId": "<string>"
}
],
"generateAudio": true,
"videoNum": 1,
"imageMeta": [
{
"url": "<string>",
"order": 5,
"name": "<string>"
}
],
"unlimited": true
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Seedance
Seedance 2.0 Mini Ref API Documentation
Seedance 2.0 Mini Ref API enables reference-guided video generation for consistent faces, clothing, and scene details across multi-shot narratives. It helps preserve character and visual continuity while generating synchronized cinematic videos. Integrate Seedance 2.0 Mini Ref API now.
POST
/
generation
/
bytedance
/
seedance-2-0-mini
/
ref2video
create reference video
curl --request POST \
--url https://pollo.ai/api/platform/generation/bytedance/seedance-2-0-mini/ref2video \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"prompt": "<string>",
"refs": [
{
"type": "image",
"name": "<string>",
"image": "<string>",
"order": 2,
"avatarId": "<string>"
}
],
"generateAudio": true,
"videoNum": 1,
"imageMeta": [
{
"url": "<string>",
"order": 5,
"name": "<string>"
}
],
"unlimited": true
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Seedance 2.0 Mini Ref API pricing here, cheaper than Fal AI.
Authorizations
API key to authorize requests
Body
application/json
⌘I