{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-beta-daydreams-systems-v1-videos-wan-25-text-to-video-jobs",
  "title": "Daydreams \u00b7 Wan 2.5 Text-to-Video",
  "url": "https://api-beta.daydreams.systems/v1/videos/wan-25/text-to-video/jobs",
  "category": "media",
  "summary": "Submits asynchronous text-to-video generation jobs using Wan 2.5 Preview with configurable aspect ratios and LLM-assisted prompt expansion.",
  "seo": {
    "title": "Wan 2.5 Text-to-Video API | x402 AI Video Generation",
    "description": "Generate videos from text using Wan 2.5 Preview via x402. 0.7875 USDC per async job. Aspect ratio control, prompt expansion, and status tracking."
  },
  "use_cases": [
    "Generate marketing videos from product descriptions",
    "Create social media content from text prompts",
    "Produce video drafts for iterative creative workflows",
    "Automate video generation pipelines with async job tracking"
  ],
  "ideal_buyer": "Content creators, marketing agencies, and AI agents building automated video generation pipelines.",
  "example_prompt": "Generate a 16:9 video from 'A serene mountain lake at sunrise with mist rising' with prompt expansion enabled.",
  "example_request_body": {
    "prompt": "A serene mountain lake at sunrise with mist rising",
    "aspect_ratio": "16:9",
    "enable_prompt_expansion": true
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive",
    "ratio": 9.844,
    "median_category_atomic": 80000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xb308ed39d67d0d4bae5bc2faef60c66bbb6ae429",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "787500",
      "max_timeout_seconds": 600,
      "mime_type": "application/json",
      "description": "Submit an asynchronous text-to-video job using Wan 2.5 Preview via Router.",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "prompt",
              "aspect_ratio",
              "resolution",
              "enable_prompt_expansion"
            ],
            "properties": {
              "seed": {
                "type": "integer",
                "maximum": 9007199254740991,
                "minimum": -9007199254740991,
                "description": "Random seed for reproducibility."
              },
              "user": {
                "type": "string",
                "description": "Optional end-user identifier for tracking."
              },
              "prompt": {
                "type": "string",
                "maxLength": 800,
                "minLength": 1,
                "description": "Text prompt for video generation. Supports Chinese and English, up to 800 characters."
              },
              "resolution": {
                "enum": [
                  "480p",
                  "720p",
                  "1080p"
                ],
                "type": "string",
                "default": "1080p",
                "description": "Video resolution tier."
              },
              "fal_options": {
                "type": "object",
                "description": "Advanced provider-specific configuration forwarded to Fal.",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "webhook_url": {
                "type": "string",
                "format": "uri",
                "description": "Webhook to receive job status updates."
              },
              "aspect_ratio": {
                "enum": [
                  "16:9",
                  "9:16",
                  "1:1"
                ],
                "type": "string",
                "default": "16:9",
                "description": "Output aspect ratio of the generated video."
              },
              "negative_prompt": {
                "type": "string",
                "maxLength": 500,
                "description": "Negative prompt describing content to avoid (max 500 characters)."
              },
              "enable_prompt_expansion": {
                "type": "boolean",
                "default": true,
                "description": "Enable LLM-assisted prompt rewriting for improved results."
              }
            },
            "description": "Wan 2.5 Preview text-to-video job request."
          }
        },
        "request": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "seed": {
              "type": "integer",
              "maximum": 9007199254740991,
              "minimum": -9007199254740991,
              "description": "Random seed for reproducibility."
            },
            "user": {
              "type": "string",
              "description": "Optional end-user identifier for tracking."
            },
            "prompt": {
              "type": "string",
              "maxLength": 800,
              "minLength": 1,
              "description": "Text prompt for video generation. Supports Chinese and English, up to 800 characters."
            },
            "resolution": {
              "enum": [
                "480p",
                "720p",
                "1080p"
              ],
              "type": "string",
              "default": "1080p",
              "description": "Video resolution tier."
            },
            "fal_options": {
              "type": "object",
              "description": "Advanced provider-specific configuration forwarded to Fal.",
              "propertyNames": {
                "type": "string"
              },
              "additionalProperties": {}
            },
            "webhook_url": {
              "type": "string",
              "format": "uri",
              "description": "Webhook to receive job status updates."
            },
            "aspect_ratio": {
              "enum": [
                "16:9",
                "9:16",
                "1:1"
              ],
              "type": "string",
              "default": "16:9",
              "description": "Output aspect ratio of the generated video."
            },
            "negative_prompt": {
              "type": "string",
              "maxLength": 500,
              "description": "Negative prompt describing content to avoid (max 500 characters)."
            },
            "enable_prompt_expansion": {
              "type": "boolean",
              "default": true,
              "description": "Enable LLM-assisted prompt rewriting for improved results."
            }
          },
          "headerFields": {
            "X-PAYMENT": {
              "type": "string",
              "description": "Base64-encoded x402 payment payload."
            },
            "Authorization": {
              "type": "string",
              "description": "Bearer token or API key (optional when providing an x402 payment)."
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "media-cl-16895c6b227b",
  "origin": {
    "slug": "api-beta-daydreams-systems",
    "host": "api-beta.daydreams.systems",
    "title": "Daydreams Systems API (Beta)",
    "description": "Beta API origin for Daydreams Systems. No public documentation available; access is currently restricted.",
    "url": "https://api-beta.daydreams.systems"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-beta-daydreams-systems-v1-videos-wan-25-text-to-video-jobs",
    "url": "https://x402all.com/resource/api-beta-daydreams-systems-v1-videos-wan-25-text-to-video-jobs",
    "name": "Daydreams \u00b7 Wan 2.5 Text-to-Video",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-beta-daydreams-systems-v1-videos-wan-25-text-to-video-jobs",
      "@type": "Offer",
      "price": "0.7875",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.787500",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api-beta.daydreams.systems/v1/videos/wan-25/text-to-video/jobs",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-beta-daydreams-systems",
      "url": "https://api-beta.daydreams.systems",
      "name": "Daydreams Systems API (Beta)",
      "@type": "Organization"
    },
    "identifier": "api-beta-daydreams-systems-v1-videos-wan-25-text-to-video-jobs",
    "description": "Generate videos from text using Wan 2.5 Preview via x402. 0.7875 USDC per async job. Aspect ratio control, prompt expansion, and status tracking.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-beta-daydreams-systems-v1-videos-wan-25-text-to-video-jobs",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "media"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-beta-daydreams-systems-v1-videos-wan-25-text-to-video-jobs"
}
