$ man text-to-video
/text-to-video(1)
PRICE / CALL
$0.20
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
synthforgeCATEGORY
uncategorized
STATUS
● live
NAME
text-to-video — text-to-video / ai video / seedance / generative video / cinematic clip from prompt
SYNOPSIS
POST https://x402.org/v1/text-to-video
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Text-to-video / AI video / Seedance / generative video / cinematic clip from prompt. Text-to-video via Venice's seedance-2-0-fast-text-to-video. Duration / aspect-ratio / resolution configurable. The synchronous path has a 22s budget; if Venice can't return inline within that window, the response surfaces a job_id + poll_url for the caller to resolve later.
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 model. Default 'seedance-2-0-fast-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 | Venice model that produced the clip, typically seedance-2-0-fast-text-to-video. |
| prompt | string | Text prompt that was sent to Venice to generate the video. |
| venice_request_id | string | Upstream Venice request ID for tracing or support tickets. |
| source | string | Origin tag for the result, e.g. venice or cached. |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/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 once claude mcp add x402 --command "npx x402-deployer-mcp" # then ask Claude Code: # "use the text-to-video tool to ..."
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.20 USDC per call
ADJACENT — other endpoints in synthforge
| endpoint | description | price |
|---|---|---|
| image-to-video | Image-to-video / animate still image / Seedance image-to-video / motion-from-photo / camera-movement on photo. | $0.20 |
| 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. | $0.20 |
| image-expand | AI image outpainting / image expansion. | $0.15 |
| image-generate-ultra | Image 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-pro | Image generate (pro) / premium text-to-image / Flux 2 Pro / Recraft / Seedream / Qwen Image 2 Pro / xAI Grok Imagine. | $0.10 |
| remove-bg | AI background remover / background eraser / cutout tool. | $0.08 |
| music-generate | Music generation / text-to-music / AI music / generative song / instrumental and vocal music. | $0.05 |
| text-to-speech | Text to speech / TTS / voice generator. | $0.05 |
SEE ALSO