{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-beta-daydreams-systems-v1-videos-ovi-image-to-video-jobs",
  "title": "Daydreams \u00b7 OVI Image-to-Video Generation",
  "url": "https://api-beta.daydreams.systems/v1/videos/ovi/image-to-video/jobs",
  "category": "media",
  "summary": "Submit asynchronous jobs to convert images into videos with AI-generated synchronized audio using the OVI model.",
  "seo": {
    "title": "AI Image-to-Video API - OVI Video Generation x402",
    "description": "Generate videos from images with synchronized audio using OVI via Daydreams. Asynchronous AI video generation with x402 USDC payments on Base."
  },
  "use_cases": [
    "Generate marketing videos from product images",
    "Create animated content with audio from static visuals",
    "Produce social media video assets automatically",
    "Generate video previews from image collections"
  ],
  "ideal_buyer": "Content creators, marketing automation platforms, and AI agents producing video content from image assets.",
  "example_prompt": "Create a 5-second video with ambient audio from my product image, avoiding robotic or distorted sound",
  "example_request_body": {
    "image_url": "https://example.com/image.jpg",
    "duration_seconds": 5,
    "audio_negative_prompt": "robotic, muffled, echo, distorted"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive",
    "ratio": 5.25,
    "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": "420000",
      "max_timeout_seconds": 600,
      "mime_type": "application/json",
      "description": "Submit an asynchronous image-to-video job with audio using OVI via Router.",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "prompt",
              "image_url",
              "resolution",
              "negative_prompt",
              "audio_negative_prompt",
              "num_inference_steps"
            ],
            "properties": {
              "seed": {
                "anyOf": [
                  {
                    "type": "integer",
                    "maximum": 9007199254740991,
                    "minimum": -9007199254740991
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Random seed for reproducibility."
              },
              "user": {
                "type": "string",
                "description": "Optional end-user identifier for tracking."
              },
              "prompt": {
                "type": "string",
                "maxLength": 4000,
                "minLength": 1,
                "description": "Text prompt describing the desired video with audio."
              },
              "image_url": {
                "type": "string",
                "minLength": 1,
                "description": "Source image. Provide either an HTTP(S) URL or a base64/data URL string."
              },
              "resolution": {
                "enum": [
                  "512x992",
                  "992x512",
                  "960x512",
                  "512x960",
                  "720x720",
                  "448x1120",
                  "1120x448"
                ],
                "type": "string",
                "default": "992x512",
                "description": "Video resolution (default: 992x512)."
              },
              "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."
              },
              "negative_prompt": {
                "type": "string",
                "default": "jitter, bad hands, blur, distortion",
                "description": "Negative prompt to filter unwanted video characteristics."
              },
              "num_inference_steps": {
                "type": "integer",
                "default": 30,
                "maximum": 50,
                "minimum": 1,
                "description": "Number of generation steps (1-50, default: 30)."
              },
              "audio_negative_prompt": {
                "type": "string",
                "default": "robotic, muffled, echo, distorted",
                "description": "Negative prompt to filter unwanted audio characteristics."
              }
            },
            "description": "OVI image-to-video job request."
          }
        },
        "request": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "seed": {
              "anyOf": [
                {
                  "type": "integer",
                  "maximum": 9007199254740991,
                  "minimum": -9007199254740991
                },
                {
                  "type": "null"
                }
              ],
              "description": "Random seed for reproducibility."
            },
            "user": {
              "type": "string",
              "description": "Optional end-user identifier for tracking."
            },
            "prompt": {
              "type": "string",
              "maxLength": 4000,
              "minLength": 1,
              "description": "Text prompt describing the desired video with audio."
            },
            "image_url": {
              "type": "string",
              "minLength": 1,
              "description": "Source image. Provide either an HTTP(S) URL or a base64/data URL string."
            },
            "resolution": {
              "enum": [
                "512x992",
                "992x512",
                "960x512",
                "512x960",
                "720x720",
                "448x1120",
                "1120x448"
              ],
              "type": "string",
              "default": "992x512",
              "description": "Video resolution (default: 992x512)."
            },
            "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."
            },
            "negative_prompt": {
              "type": "string",
              "default": "jitter, bad hands, blur, distortion",
              "description": "Negative prompt to filter unwanted video characteristics."
            },
            "num_inference_steps": {
              "type": "integer",
              "default": 30,
              "maximum": 50,
              "minimum": 1,
              "description": "Number of generation steps (1-50, default: 30)."
            },
            "audio_negative_prompt": {
              "type": "string",
              "default": "robotic, muffled, echo, distorted",
              "description": "Negative prompt to filter unwanted audio characteristics."
            }
          },
          "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-b20802ab4c47",
  "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-ovi-image-to-video-jobs",
    "url": "https://x402all.com/resource/api-beta-daydreams-systems-v1-videos-ovi-image-to-video-jobs",
    "name": "Daydreams \u00b7 OVI Image-to-Video Generation",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-beta-daydreams-systems-v1-videos-ovi-image-to-video-jobs",
      "@type": "Offer",
      "price": "0.42",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.420000",
        "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/ovi/image-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-ovi-image-to-video-jobs",
    "description": "Generate videos from images with synchronized audio using OVI via Daydreams. Asynchronous AI video generation with x402 USDC payments on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-beta-daydreams-systems-v1-videos-ovi-image-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-ovi-image-to-video-jobs"
}
