Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man seedance-video

/seedance-video

agentutility / synthforge / seedance-video
PRICE / CALL
$0.50
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
synthforge
CATEGORY
uncategorized
STATUS
live
NAME
seedance-video generates ai video with fal.ai bytedance seedance
synonym alias of text-to-video — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/seedance-video
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

Generates AI video with fal.ai Bytedance Seedance. Duration, aspect ratio, and resolution are configurable. Same backend as text-to-video under a model-named slug for direct discovery by agents searching for Seedance. Use it for Seedance video generation, text-to-video AI, and cinematic AI clips.

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 fal.ai model. Default 'fal-ai/bytedance/seedance/v1/pro/text-to-video'.optional
OUTPUTresponse shape
fieldtypedescription
video_urlstringURL to the generated MP4 clip from fal.ai Bytedance Seedance.
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.
modelstringfal.ai model slug used, typically fal-ai/bytedance/seedance/v1/pro/text-to-video.
promptstringText prompt echoed back that drove the Seedance video generation.
fal_request_idstringfal.ai upstream request ID for tracing this generation.
seednumberSeed used by the fal.ai Seedance generation, when returned.
sourcestringUpstream backend identifier, typically fal-ai, indicating which provider rendered the clip.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/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 the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the seedance-video tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
seedancevideotext-to-videoaigenerativefal-ai
methods
POST
cluster
synthforge
price
$0.50 USDC per call
ADJACENTother endpoints in synthforge
endpointdescriptionprice
image-to-videoAnimates a still image into video via fal.ai Bytedance Seedance.$0.50
text-to-videoGenerates video from a text prompt via fal.ai Bytedance Seedance.$0.50
gpt-imageGenerates SFW images with Venice's gpt-image-2 model on a dedicated endpoint.$0.30
image-generate-ultraFlagship text-to-image generation for top proprietary Venice models that fit a $0.22 retail price.$0.22
nano-bananaGenerates SFW images with Venice's nano-banana-pro model on a dedicated endpoint.$0.22
ad-banner-image-expandExpands existing images into wide, square, or portrait ad banner placements.$0.15
app-store-screenshot-expandExpands mobile app screenshots into store, ad, and product-page layouts.$0.15
banner-image-expandTurns existing photos into wide website, ad, and email-header canvases.$0.15
SEE ALSO
agentutility · synthforge · x402 · mcp · llms.txt · registry.json · bazaar.x402.org