{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-beta-daydreams-systems-v1-videos-sora-2-jobs",
  "title": "Daydreams \u00b7 Sora 2 Text-to-Video",
  "url": "https://api-beta.daydreams.systems/v1/videos/sora-2/jobs",
  "category": "media",
  "summary": "Submit text-to-video generation jobs using OpenAI Sora 2 with configurable aspect ratio and duration.",
  "seo": {
    "title": "OpenAI Sora 2 Video Generation API | Daydreams x402",
    "description": "Generate AI videos from text using OpenAI Sora 2. Asynchronous jobs with aspect ratio and duration controls. 1.05 USDC per job."
  },
  "use_cases": [
    "Generate marketing videos from product descriptions",
    "Create social media content from text prompts",
    "Produce video previews for creative concepts"
  ],
  "ideal_buyer": "Content creators, marketing automation tools, and AI video generation platforms.",
  "example_prompt": "Generate a 9:16 portrait video of a futuristic cityscape at sunset, 10 seconds long.",
  "example_request_body": {
    "prompt": "Futuristic cityscape at sunset with flying vehicles",
    "aspect_ratio": "9:16",
    "duration_seconds": 10
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 52.5,
    "median_category_atomic": 20000
  },
  "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": "1050000",
      "max_timeout_seconds": 600,
      "mime_type": "application/json",
      "description": "Submit an asynchronous text-to-video job using OpenAI Sora 2 via Router.",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "prompt"
            ],
            "properties": {
              "size": {
                "type": "string",
                "description": "Output resolution (e.g., 720p, 1080p, or WIDTHxHEIGHT format)."
              },
              "prompt": {
                "type": "string",
                "maxLength": 4000,
                "minLength": 1,
                "description": "Text prompt describing the desired video."
              },
              "seconds": {
                "anyOf": [
                  {
                    "type": "string",
                    "pattern": "^[0-9]+(\\.[0-9]+)?$",
                    "description": "Clip duration in seconds."
                  },
                  {
                    "type": "number",
                    "description": "Clip duration in seconds.",
                    "exclusiveMinimum": 0
                  }
                ]
              },
              "resolution": {
                "type": "string",
                "description": "Alias for size - output resolution."
              },
              "aspect_ratio": {
                "enum": [
                  "16:9",
                  "9:16"
                ],
                "type": "string",
                "description": "Aspect ratio (16:9 for landscape, 9:16 for portrait)."
              },
              "input_reference": {
                "type": "string",
                "minLength": 1,
                "description": "Optional image or video reference (HTTPS URL, data URL, or base64 string)."
              },
              "duration_seconds": {
                "anyOf": [
                  {
                    "type": "number",
                    "exclusiveMinimum": 0
                  },
                  {
                    "type": "string"
                  }
                ],
                "description": "Alias for seconds - clip duration."
              }
            },
            "description": "OpenAI Sora 2 text-to-video request."
          }
        },
        "request": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "size": {
              "type": "string",
              "description": "Output resolution (e.g., 720p, 1080p, or WIDTHxHEIGHT format)."
            },
            "prompt": {
              "type": "string",
              "maxLength": 4000,
              "minLength": 1,
              "description": "Text prompt describing the desired video."
            },
            "seconds": {
              "anyOf": [
                {
                  "type": "string",
                  "pattern": "^[0-9]+(\\.[0-9]+)?$",
                  "description": "Clip duration in seconds."
                },
                {
                  "type": "number",
                  "description": "Clip duration in seconds.",
                  "exclusiveMinimum": 0
                }
              ]
            },
            "resolution": {
              "type": "string",
              "description": "Alias for size - output resolution."
            },
            "aspect_ratio": {
              "enum": [
                "16:9",
                "9:16"
              ],
              "type": "string",
              "description": "Aspect ratio (16:9 for landscape, 9:16 for portrait)."
            },
            "input_reference": {
              "type": "string",
              "minLength": 1,
              "description": "Optional image or video reference (HTTPS URL, data URL, or base64 string)."
            },
            "duration_seconds": {
              "anyOf": [
                {
                  "type": "number",
                  "exclusiveMinimum": 0
                },
                {
                  "type": "string"
                }
              ],
              "description": "Alias for seconds - clip duration."
            }
          },
          "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": "data-cl-6ba1bf8946de",
  "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-sora-2-jobs",
    "url": "https://x402all.com/resource/api-beta-daydreams-systems-v1-videos-sora-2-jobs",
    "name": "Daydreams \u00b7 Sora 2 Text-to-Video",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-beta-daydreams-systems-v1-videos-sora-2-jobs",
      "@type": "Offer",
      "price": "1.05",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "1.050000",
        "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/sora-2/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-sora-2-jobs",
    "description": "Generate AI videos from text using OpenAI Sora 2. Asynchronous jobs with aspect ratio and duration controls. 1.05 USDC per job.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-beta-daydreams-systems-v1-videos-sora-2-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-sora-2-jobs"
}
