$ man text-to-video
/text-to-video
PRICE / CALL
$0.50
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
synthforgeCATEGORY
uncategorized
STATUS
● live
NAME
text-to-video — generates video from a text prompt via fal.ai bytedance seedance
SYNOPSIS
POST https://x402.agentutility.ai/text-to-video
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Generates video from a text prompt via fal.ai Bytedance Seedance. Duration, aspect ratio, and resolution are configurable. Returns a hosted MP4 URL plus fal request id and seed. Use it for AI video, Seedance generation, generative video, and cinematic clips from a prompt.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| prompt | string | Video scene description. | required |
| duration | string | Clip length, e.g. '5s' or '10s'. Default '5s'. | optional |
| aspect_ratio | string | Aspect ratio: '16:9', '9:16', '1:1', '4:3'. Default '16:9'. | optional |
| resolution | string | Video resolution: '720p', '480p'. Default '720p'. | optional |
| model | string | Override the fal.ai model. Default 'fal-ai/bytedance/seedance/v1/pro/text-to-video'. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| video_url | string | Signed URL to the generated MP4 clip; download before it expires. |
| duration | string | Clip length in seconds, matching the requested duration parameter. |
| aspect_ratio | string | Aspect ratio of the rendered video, e.g. 16:9 or 9:16. |
| resolution | string | Output resolution of the clip, e.g. 720p or 1080p. |
| model | string | fal.ai model that produced the clip, typically fal-ai/bytedance/seedance/v1/pro/text-to-video. |
| prompt | string | Text prompt that was sent to fal.ai to generate the video. |
| fal_request_id | string | fal.ai upstream request ID for tracing or support tickets. |
| seed | number | Seed used by the fal.ai Seedance generation, when returned. |
| source | string | Origin tag for the result, typically fal-ai. |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/text-to-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 text-to-video tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- synthforgetext-to-videovideo-generationgenerative-videoai-videoseedanceprompt-to-video
- methods
- POST
- cluster
- synthforge
- price
- $0.50 USDC per call
ADJACENT — other endpoints in synthforge
| endpoint | description | price |
|---|---|---|
| image-to-video | Animates a still image into video via fal.ai Bytedance Seedance. | $0.50 |
| seedance-video | Generates AI video with fal.ai Bytedance Seedance. | $0.50 |
| gpt-image | Generates SFW images with Venice's gpt-image-2 model on a dedicated endpoint. | $0.30 |
| image-generate-ultra | Flagship text-to-image generation for top proprietary Venice models that fit a $0.22 retail price. | $0.22 |
| nano-banana | Generates SFW images with Venice's nano-banana-pro model on a dedicated endpoint. | $0.22 |
| ad-banner-image-expand | Expands existing images into wide, square, or portrait ad banner placements. | $0.15 |
| app-store-screenshot-expand | Expands mobile app screenshots into store, ad, and product-page layouts. | $0.15 |
| banner-image-expand | Turns existing photos into wide website, ad, and email-header canvases. | $0.15 |
SEE ALSO