{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "ux-analyzer-daydreams-systems-entrypoints-ux-analyzer-invoke",
  "title": "Daydreams \u00b7 UX Video Analyzer",
  "url": "https://ux-analyzer.daydreams.systems/entrypoints/ux-analyzer/invoke",
  "category": "ai",
  "summary": "Analyze user experience videos to generate specific improvement recommendations with implementation steps.",
  "seo": {
    "title": "Daydreams UX Analyzer API - x402 Video AI",
    "description": "Analyze UX videos via AI with x402. Pay 0.05 USDC per call on Base. Returns five concrete polish critiques with actionable steps from gameplay or website walkthroughs."
  },
  "use_cases": [
    "Review game UX from gameplay recordings",
    "Audit website walkthroughs for friction points",
    "Generate prioritized UX improvement backlogs"
  ],
  "ideal_buyer": "UX designers, game developers, product teams, and agents conducting automated UX audits.",
  "example_prompt": "Analyze this website onboarding video and suggest UX improvements",
  "example_request_body": {
    "video_url": "https://example.com/onboarding-demo.mp4"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive",
    "ratio": 5,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x8c8bf2ce325db58f5a07c8110cdcaab091c5436d",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Analyze a supplied video (gameplay or website walk-through) and return five concrete UX polish critiques with actionable steps.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "input": {
              "type": "object",
              "required": [
                "video_file"
              ],
              "properties": {
                "video_url": {
                  "type": "string",
                  "description": "Optional remote video URL (reserved for future use). You must still supply video_file; requests without it fail."
                },
                "video_file": {
                  "type": "object",
                  "required": [
                    "mimeType",
                    "data"
                  ],
                  "properties": {
                    "data": {
                      "type": "string"
                    },
                    "mimeType": {
                      "type": "string"
                    }
                  },
                  "description": "Required inline video file (base64). Clip must be 2 minutes or shorter."
                }
              }
            }
          }
        },
        "output": {
          "output": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "polish_critique_array"
            ],
            "properties": {
              "polish_critique_array": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "category",
                    "polish_point",
                    "actionable_steps",
                    "complexity",
                    "game_inspiration"
                  ],
                  "properties": {
                    "category": {
                      "anyOf": [
                        {
                          "type": "string",
                          "const": "Visual Feedback"
                        },
                        {
                          "type": "string",
                          "const": "UI/UX"
                        },
                        {
                          "type": "string",
                          "const": "Audio/Sound Design"
                        },
                        {
                          "type": "string",
                          "const": "Core Mechanics/Feel"
                        },
                        {
                          "type": "string",
                          "const": "World/Environmental Detail"
                        }
                      ]
                    },
                    "complexity": {
                      "anyOf": [
                        {
                          "type": "string",
                          "const": "Low"
                        },
                        {
                          "type": "string",
                          "const": "Medium"
                        },
                        {
                          "type": "string",
                          "const": "High"
                        }
                      ]
                    },
                    "polish_point": {
                      "type": "string"
                    },
                    "actionable_steps": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      },
                      "maxItems": 3,
                      "minItems": 1
                    },
                    "game_inspiration": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      },
                      "maxItems": 2,
                      "minItems": 1
                    }
                  },
                  "additionalProperties": false
                }
              }
            },
            "additionalProperties": false
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "ux-analyzer-daydreams-systems",
    "host": "ux-analyzer.daydreams.systems",
    "url": "https://ux-analyzer.daydreams.systems"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/ux-analyzer-daydreams-systems-entrypoints-ux-analyzer-invoke",
    "url": "https://x402all.com/resource/ux-analyzer-daydreams-systems-entrypoints-ux-analyzer-invoke",
    "name": "Daydreams \u00b7 UX Video Analyzer",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/ux-analyzer-daydreams-systems-entrypoints-ux-analyzer-invoke",
      "@type": "Offer",
      "price": "0.05",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.050000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://ux-analyzer.daydreams.systems/entrypoints/ux-analyzer/invoke",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/ux-analyzer-daydreams-systems",
      "url": "https://ux-analyzer.daydreams.systems",
      "name": "ux-analyzer.daydreams.systems",
      "@type": "Organization"
    },
    "identifier": "ux-analyzer-daydreams-systems-entrypoints-ux-analyzer-invoke",
    "description": "Analyze UX videos via AI with x402. Pay 0.05 USDC per call on Base. Returns five concrete polish critiques with actionable steps from gameplay or website walkthroughs.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=ux-analyzer-daydreams-systems-entrypoints-ux-analyzer-invoke",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=ux-analyzer-daydreams-systems-entrypoints-ux-analyzer-invoke"
}
