Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man seedance-video

/seedance-video(1)

agentutility / synthforge / seedance-video
PRICE / CALL
$0.20
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
synthforge
CATEGORY
uncategorized
STATUS
live
NAME
seedance-video seedance 2.0 / seedance 2.0 video generation / seedance video ai / generative ai video / text-to-video ai / cinematic ai clips on ai gateway
synonym alias of text-to-video — reuses the canonical handler.
SYNOPSIS
POST https://x402.org/v1/seedance-video
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Seedance 2.0 / Seedance 2.0 video generation / Seedance video AI / generative AI video / text-to-video AI / cinematic AI clips on AI Gateway. Powered by Venice's seedance-2-0-fast-text-to-video model. Duration / aspect-ratio / resolution configurable. Same backend as text-to-video under a model-named slug for direct discovery by agents searching for 'Seedance'.

INPUTrequest schema
propertytypedescriptionreq?
promptstringVideo scene description.required
durationstringClip length, e.g. '5s' or '10s'. Default '5s'.optional
aspect_ratiostringAspect ratio: '16:9', '9:16', '1:1', '4:3'. Default '16:9'.optional
resolutionstringVideo resolution: '720p', '480p'. Default '720p'.optional
modelstringOverride the model. Default 'seedance-2-0-fast-text-to-video'.optional
OUTPUTresponse shape
fieldtypedescription
video_urlstringURL to the generated MP4 clip from Venice's seedance-2-0-fast-text-to-video model.
durationstringClip length in seconds as configured for the generation request.
aspect_ratiostringFrame aspect ratio of the output clip (e.g. 16:9, 9:16, 1:1).
resolutionstringOutput video resolution label (e.g. 720p, 1080p) for the rendered clip.
modelstringVenice model slug used, typically seedance-2-0-fast-text-to-video.
promptstringText prompt echoed back that drove the Seedance video generation.
venice_request_idstringUpstream Venice AI Gateway request ID for tracing this generation.
sourcestringUpstream backend identifier, typically venice, indicating which provider rendered the clip.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/seedance-video \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the seedance-video tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
seedancevideotext-to-videoaigenerativevenice
methods
POST
cluster
synthforge
price
$0.20 USDC per call
ADJACENTother endpoints in synthforge
endpointdescriptionprice
image-to-videoImage-to-video / animate still image / Seedance image-to-video / motion-from-photo / camera-movement on photo.$0.20
text-to-videoText-to-video / AI video / Seedance / generative video / cinematic clip from prompt.$0.20
image-expandAI image outpainting / image expansion.$0.15
image-generate-ultraImage generate (ultra) / flagship text-to-image / Google nano-banana-pro (Gemini Image 3) / OpenAI gpt-image-2 / Recraft V4 Pro / xAI Gro…$0.30
image-generate-proImage generate (pro) / premium text-to-image / Flux 2 Pro / Recraft / Seedream / Qwen Image 2 Pro / xAI Grok Imagine.$0.10
remove-bgAI background remover / background eraser / cutout tool.$0.08
music-generateMusic generation / text-to-music / AI music / generative song / instrumental and vocal music.$0.05
text-to-speechText to speech / TTS / voice generator.$0.05
SEE ALSO
agentutility(7) · synthforge(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org