{
  "x402Version": 2,
  "id": 185,
  "slug": "185",
  "resource": "https://x402.ottoai.services/video-gen",
  "description": "AI video generation via fal.ai — default model: ByteDance Seedance 2.0. Alternatives: fal-ai/sora-2/text-to-video, fal-ai/veo3.1. Dynamic pricing per request: at-cost fal.ai rate + 15% margin (floor $0.05); the advertised price is the Seedance 5s reference quote — the actual quote is returned per request. Supports text-to-video and image-to-video.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1750000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1750000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "1750000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "POST",
          "queryParams": {
            "aspect_ratio": "16:9",
            "duration": 5,
            "model": "seedance-2.0",
            "prompt": "A serene mountain landscape at sunset with slow drone flyover"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "duration": 5,
            "model": "seedance-2.0",
            "price": 1.75,
            "resolution": "720p",
            "status": "success",
            "videoUrl": "https://images.useotto.xyz/xyz.mp4"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "aspect_ratio": {
                    "description": "Output aspect ratio (default 16:9)",
                    "enum": [
                      "16:9",
                      "9:16",
                      "1:1"
                    ],
                    "type": "string"
                  },
                  "duration": {
                    "description": "Duration in seconds (per-model caps enforced)",
                    "maximum": 10,
                    "minimum": 4,
                    "type": "integer"
                  },
                  "image_url": {
                    "description": "Optional: Input image URL for image-to-video",
                    "type": "string"
                  },
                  "model": {
                    "description": "Video model (default: seedance-2.0)",
                    "enum": [
                      "seedance-2.0",
                      "sora-2",
                      "sora-2-pro",
                      "veo-3.1"
                    ],
                    "type": "string"
                  },
                  "prompt": {
                    "description": "Video prompt (20-1000 chars). Describe motion, camera, scene.",
                    "type": "string"
                  }
                },
                "required": [
                  "prompt",
                  "duration"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "duration": {
                    "type": "number"
                  },
                  "error": {
                    "type": "string"
                  },
                  "model": {
                    "type": "string"
                  },
                  "price": {
                    "type": "number"
                  },
                  "resolution": {
                    "type": "string"
                  },
                  "status": {
                    "enum": [
                      "success",
                      "failed"
                    ],
                    "type": "string"
                  },
                  "videoUrl": {
                    "type": "string"
                  }
                },
                "required": [
                  "status"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "a": "bc_hc2dhq09"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "offer-receipt": {
      "info": {
        "offers": [
          {
            "acceptIndex": 0,
            "format": "eip712",
            "payload": {
              "amount": "1750000",
              "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "network": "eip155:8453",
              "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
              "resourceUrl": "https://x402.ottoai.services/video-gen",
              "scheme": "exact",
              "validUntil": 1789759022,
              "version": 1
            },
            "signature": "0xb1ee0e9e8a706e97c4bbcf04370f16de3268f1c9d986a7b4734083ed5458d42c4dcf86e6045469aafc569eb6285bd64ab7850fb3a8a90cd58f53ab3ad7b2853b1b"
          },
          {
            "acceptIndex": 1,
            "format": "eip712",
            "payload": {
              "amount": "1750000",
              "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "network": "eip155:8453",
              "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
              "resourceUrl": "https://x402.ottoai.services/video-gen",
              "scheme": "exact",
              "validUntil": 1789759022,
              "version": 1
            },
            "signature": "0xb1ee0e9e8a706e97c4bbcf04370f16de3268f1c9d986a7b4734083ed5458d42c4dcf86e6045469aafc569eb6285bd64ab7850fb3a8a90cd58f53ab3ad7b2853b1b"
          },
          {
            "acceptIndex": 2,
            "format": "eip712",
            "payload": {
              "amount": "1750000",
              "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
              "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
              "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
              "resourceUrl": "https://x402.ottoai.services/video-gen",
              "scheme": "exact",
              "validUntil": 1789759022,
              "version": 1
            },
            "signature": "0x407b1fc9eee7e4fe6021697dac053f5fbf334c49ee66053d9d08ee3d9c452f585bd131436456f49422a17dea4db705c26e261d58c6898c62ab2a69e64caa099b1b"
          }
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "offers": {
            "items": {
              "properties": {
                "acceptIndex": {
                  "type": "integer"
                },
                "format": {
                  "type": "string"
                },
                "payload": {
                  "properties": {
                    "amount": {
                      "type": "string"
                    },
                    "asset": {
                      "type": "string"
                    },
                    "network": {
                      "type": "string"
                    },
                    "payTo": {
                      "type": "string"
                    },
                    "resourceUrl": {
                      "type": "string"
                    },
                    "scheme": {
                      "type": "string"
                    },
                    "validUntil": {
                      "type": "integer"
                    },
                    "version": {
                      "type": "integer"
                    }
                  },
                  "required": [
                    "version",
                    "resourceUrl",
                    "scheme",
                    "network",
                    "asset",
                    "payTo",
                    "amount"
                  ],
                  "type": "object"
                },
                "signature": {
                  "type": "string"
                }
              },
              "required": [
                "format",
                "signature"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "offers"
        ],
        "type": "object"
      }
    },
    "payment-identifier": {
      "info": {
        "required": false
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "id": {
            "maxLength": 128,
            "minLength": 16,
            "pattern": "^[a-zA-Z0-9_-]+$",
            "type": "string"
          },
          "required": {
            "type": "boolean"
          }
        },
        "required": [
          "required"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "builder-code",
    "offer-receipt",
    "payment-identifier"
  ],
  "sourceHost": "x402.ottoai.services",
  "lastUpdated": "2026-09-18T19:12:02.619Z",
  "quality": {
    "calls30d": 15,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-18T19:12:02.194Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.ottoai.services",
    "manifest_name": "x402.ottoai.services",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}