Generates video from a text prompt via fal.ai Bytedance Seedance
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
21 msmedian answer time
$0.5listed price per call
$0.5price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://x402.agentutility.ai/text-to-video
| Category | Image and media |
|---|---|
| Provider host | x402.agentutility.ai |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.5 | 21 ms |
Example input (from the provider)
{
"body": {
"aspect_ratio": "16:9",
"duration": "5s",
"prompt": "A golden retriever running through a field of sunflowers, slow motion",
"resolution": "720p"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"aspect_ratio": {
"description": "Aspect ratio: '16:9', '9:16', '1:1', '4:3'. Default '16:9'.",
"type": "string"
},
"duration": {
"description": "Clip length, e.g. '5s' or '10s'. Default '5s'.",
"type": "string"
},
"model": {
"description": "Override the fal.ai model. Default 'fal-ai/bytedance/seedance/v1/pro/text-to-video'.",
"type": "string"
},
"prompt": {
"description": "Video scene description.",
"type": "string"
},
"resolution": {
"description": "Video resolution: '720p', '480p'. Default '720p'.",
"type": "string"
}
},
"required": [
"prompt"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"aspect_ratio": {
"type": "string"
},
"duration": {
"type": "string"
},
"fal_request_id": {
"type": "string"
},
"model": {
"type": "string"
},
"prompt": {
"type": "string"
},
"resolution": {
"type": "string"
},
"seed": {
"type": "integer"
},
"source": {
"type": "string"
},
"video_url": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}