ToolAssay

Generates AI video with fal.ai Bytedance Seedance

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
3082 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/seedance-video

CategoryImage and media
Provider hostx402.agentutility.ai
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days5 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.5 3082 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"
}

This page as JSON