{
  "x402Version": 2,
  "id": 8222,
  "slug": "8222",
  "resource": "https://api.x402video.com/generate/seedance/custom",
  "description": "Seedance 2.0 — parametric text-to-video: choose duration (4-15s), resolution (480p/720p/1080p), ratio, seed, audio. Price scales with duration × resolution.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xC81a36fCdf531b6eD7ae8694220d59F9D3D0128B",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "980000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "duration": 8,
            "generate_audio": true,
            "prompt": "a corgi surfing a small wave at sunset, cinematic",
            "ratio": "16:9",
            "resolution": "480p"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "job_id": "3f6e9a3a-0000-0000-0000-000000000000",
            "status": "pending_settlement",
            "status_url": "/jobs/3f6e9a3a-0000-0000-0000-000000000000"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "camera_fixed": {
                    "description": "Lock the camera position",
                    "type": "boolean"
                  },
                  "duration": {
                    "description": "Video length in seconds (default 5). Price scales linearly.",
                    "maximum": 15,
                    "minimum": 4,
                    "type": "integer"
                  },
                  "generate_audio": {
                    "description": "Generate synced audio (default false; ×1 on the per-second rate)",
                    "type": "boolean"
                  },
                  "prompt": {
                    "description": "Text prompt describing the video",
                    "type": "string"
                  },
                  "ratio": {
                    "description": "Aspect ratio (default adaptive)",
                    "enum": [
                      "16:9",
                      "4:3",
                      "1:1",
                      "3:4",
                      "9:16",
                      "21:9",
                      "adaptive"
                    ],
                    "type": "string"
                  },
                  "resolution": {
                    "description": "Output resolution (default 480p). Price scales with resolution.",
                    "enum": [
                      "480p",
                      "720p",
                      "1080p"
                    ],
                    "type": "string"
                  },
                  "seed": {
                    "description": "Random seed in [-1, 2^32-1]; -1 = random",
                    "type": "integer"
                  }
                },
                "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": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.x402video.com",
  "lastUpdated": "2026-09-10T09:03:46.356Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-10T09:03:45.895Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.x402video.com",
    "manifest_name": "api.x402video.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}