{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-video-scene-detector",
  "title": "gg402 \u00b7 Detect and describe video scenes with timestamps",
  "url": "https://gg402.vercel.app/video_scene_detector",
  "category": "media",
  "summary": "Upload a video to receive detected scene boundaries with timestamps and descriptive summaries.",
  "seo": {
    "title": "Video Scene Detection API via x402 | Timestamp Extraction",
    "description": "Pay-per-call video analysis API. Extract key moments, timestamps, and scene descriptions. $0.01 USDC on Base. Content editing and accessibility."
  },
  "use_cases": [
    "Generate chapter markers for long-form video content",
    "Create accessible video summaries for visually impaired users",
    "Extract highlight clips for social media promotion",
    "Index video archives by content segments"
  ],
  "ideal_buyer": "Content platforms, video editors, and accessibility tools that need automated scene understanding.",
  "example_prompt": "Analyze this product demo video and return the timestamps where each feature is demonstrated.",
  "example_request_body": {
    "video_url": "https://example.com/demo.mp4"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9257cd24721e3c06e9f7655b77c283bcd9652132",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Detects and describes key scenes in videos, extracting timestamps and summaries for content editing, research, or accessibility.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "focus": {
              "type": "string",
              "required": false,
              "description": "Aspect to prioritize, e.g., 'action', 'dialogue'."
            },
            "video_url": {
              "type": "string",
              "required": true,
              "description": "URL of the video file."
            },
            "num_scenes": {
              "type": "number",
              "required": false,
              "description": "Maximum scenes to detect."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "scenes",
            "summary",
            "key_moments"
          ],
          "properties": {
            "scenes": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "start_time",
                  "end_time",
                  "description"
                ],
                "properties": {
                  "end_time": {
                    "type": "string",
                    "description": "End timestamp of the scene (e.g., '00:02:45')."
                  },
                  "start_time": {
                    "type": "string",
                    "description": "Start timestamp of the scene (e.g., '00:01:30')."
                  },
                  "description": {
                    "type": "string",
                    "description": "Summary description of the scene."
                  }
                }
              },
              "description": "List of detected scenes with timestamps and descriptions."
            },
            "summary": {
              "type": "string",
              "description": "Overall video summary."
            },
            "key_moments": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "timestamp",
                  "reason"
                ],
                "properties": {
                  "reason": {
                    "type": "string",
                    "description": "Reason why this is a key moment."
                  },
                  "timestamp": {
                    "type": "string",
                    "description": "Timestamp of the key moment (e.g., '00:05:10')."
                  }
                }
              },
              "description": "Notable timestamps with reasons."
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "gg402-vercel-app",
    "host": "gg402.vercel.app",
    "title": "x402 API Marketplace | Pay-per-call APIs with Crypto",
    "description": "Discover and integrate paid APIs using the x402 protocol. Micropayments made simple with crypto.",
    "url": "https://gg402.vercel.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/gg402-vercel-app-video-scene-detector",
    "url": "https://x402all.com/resource/gg402-vercel-app-video-scene-detector",
    "name": "gg402 \u00b7 Detect and describe video scenes with timestamps",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-video-scene-detector",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://gg402.vercel.app/video_scene_detector",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/gg402-vercel-app",
      "url": "https://gg402.vercel.app",
      "name": "x402 API Marketplace | Pay-per-call APIs with Crypto",
      "@type": "Organization"
    },
    "identifier": "gg402-vercel-app-video-scene-detector",
    "description": "Pay-per-call video analysis API. Extract key moments, timestamps, and scene descriptions. $0.01 USDC on Base. Content editing and accessibility.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-video-scene-detector",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "media"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-video-scene-detector"
}
