{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "content-getunreel-ai-generate",
  "title": "getunreel.ai \u00b7 Generate AI Videos from Scripts",
  "url": "https://content.getunreel.ai/generate",
  "category": "media",
  "summary": "Transforms natural language scripts into professional videos with automatic scene composition, multi-shot sequences up to 10 shots, and integrated editing.",
  "seo": {
    "title": "AI Video Generation API | getunreel.ai x402",
    "description": "Generate professional AI videos from natural language scripts via x402 micropayments. Pay $3 per shot, up to $30 for 10-shot videos. Supports Base and Solana."
  },
  "use_cases": [
    "Generate product demo videos from script descriptions",
    "Create marketing content with automated scene transitions",
    "Produce training videos with professional editing from text outlines"
  ],
  "ideal_buyer": "Marketing agencies, e-commerce platforms, and content creators needing automated video production from text without manual editing workflows.",
  "example_prompt": "Generate a 5-shot product demo video from this script: 'Introducing our new wireless charger - sleek design, fast charging, universal compatibility, safety certified, eco-friendly packaging.'",
  "example_request_body": {
    "shots": 5,
    "script": "Introducing our new wireless charger. Sleek minimalist design fits any desk. 15W fast charging for all devices. Universal Qi compatibility. Safety certified with temperature control. Eco-friendly packaging."
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 375,
    "median_category_atomic": 80000
  },
  "pricing_review_required": true,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "7ubcB8cMVKxfcbGtAzeuHtrFRZM2rQ1mkcL6ULPh5faf",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "30000000",
      "max_timeout_seconds": 600,
      "mime_type": "application/json",
      "description": "Generate a video from a natural language script. AI-powered video generation with up to 10 shots ($30 USDC), automatic scene composition, and professional editing. Pricing: $3 per shot.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "script": {
              "type": "string",
              "required": true,
              "description": "Natural language script describing the video. Example: 'A woman walks into a coffee shop and orders a latte. The barista smiles warmly and begins making her drink.'"
            },
            "max_shots": {
              "type": "integer",
              "required": false,
              "description": "Maximum number of shots to generate (default: 10). Price scales at $3 per shot. Example: 20 shots = $60 USDC"
            },
            "webhook_url": {
              "type": "string",
              "required": false,
              "description": "URL to receive webhook notifications when video is completed or fails. Webhooks include X-Signature header for verification."
            },
            "reference_images": {
              "type": "array",
              "required": false,
              "description": "Optional list of reference image URLs for character/scene consistency"
            },
            "skip_snappy_edit": {
              "type": "boolean",
              "required": false,
              "description": "Skip the final snappy edit pass (default: false)"
            },
            "max_regen_attempts": {
              "type": "integer",
              "required": false,
              "description": "Max regeneration attempts for buggy clips (default: 3)"
            }
          }
        },
        "output": {
          "error": {
            "type": "string",
            "description": "Error message if generation failed"
          },
          "job_id": {
            "type": "string",
            "description": "Unique job ID to track generation progress"
          },
          "status": {
            "enum": [
              "pending",
              "processing",
              "completed",
              "failed"
            ],
            "type": "string",
            "description": "Current status of the video generation job"
          },
          "video_url": {
            "type": "string",
            "description": "URL to download the generated video (available when completed)"
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "7ubcB8cMVKxfcbGtAzeuHtrFRZM2rQ1mkcL6ULPh5faf",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "30000000",
      "max_timeout_seconds": 600,
      "mime_type": "application/json",
      "description": "Generate a video from a natural language script. AI-powered video generation with up to 10 shots ($30 USDC), automatic scene composition, and professional editing. Pricing: $3 per shot.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "script": {
              "type": "string",
              "required": true,
              "description": "Natural language script describing the video. Example: 'A woman walks into a coffee shop and orders a latte. The barista smiles warmly and begins making her drink.'"
            },
            "max_shots": {
              "type": "integer",
              "required": false,
              "description": "Maximum number of shots to generate (default: 10). Price scales at $3 per shot. Example: 20 shots = $60 USDC"
            },
            "webhook_url": {
              "type": "string",
              "required": false,
              "description": "URL to receive webhook notifications when video is completed or fails. Webhooks include X-Signature header for verification."
            },
            "reference_images": {
              "type": "array",
              "required": false,
              "description": "Optional list of reference image URLs for character/scene consistency"
            },
            "skip_snappy_edit": {
              "type": "boolean",
              "required": false,
              "description": "Skip the final snappy edit pass (default: false)"
            },
            "max_regen_attempts": {
              "type": "integer",
              "required": false,
              "description": "Max regeneration attempts for buggy clips (default: 3)"
            }
          }
        },
        "output": {
          "error": {
            "type": "string",
            "description": "Error message if generation failed"
          },
          "job_id": {
            "type": "string",
            "description": "Unique job ID to track generation progress"
          },
          "status": {
            "enum": [
              "pending",
              "processing",
              "completed",
              "failed"
            ],
            "type": "string",
            "description": "Current status of the video generation job"
          },
          "video_url": {
            "type": "string",
            "description": "URL to download the generated video (available when completed)"
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "content-getunreel-ai",
    "host": "content.getunreel.ai",
    "title": "getunreel.ai content service",
    "description": "An x402-payable API origin at content.getunreel.ai. The host suggests content-related functionality, though no descriptive content is currently available.",
    "url": "https://content.getunreel.ai"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/content-getunreel-ai-generate",
    "url": "https://x402all.com/resource/content-getunreel-ai-generate",
    "name": "getunreel.ai \u00b7 Generate AI Videos from Scripts",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/content-getunreel-ai-generate",
        "@type": "Offer",
        "price": "30",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "30.000000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "base"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ]
      },
      {
        "url": "https://x402all.com/resource/content-getunreel-ai-generate",
        "@type": "Offer",
        "price": "30",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "30.000000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      }
    ],
    "sameAs": "https://content.getunreel.ai/generate",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/content-getunreel-ai",
      "url": "https://content.getunreel.ai",
      "name": "getunreel.ai content service",
      "@type": "Organization"
    },
    "identifier": "content-getunreel-ai-generate",
    "description": "Generate professional AI videos from natural language scripts via x402 micropayments. Pay $3 per shot, up to $30 for 10-shot videos. Supports Base and Solana.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=content-getunreel-ai-generate",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "media"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=content-getunreel-ai-generate"
}
