{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "cnvrt-ing-api-convertlive",
  "title": "CNVRT \u00b7 Real-time live stream analysis with ASR, vision, and embeddings",
  "url": "https://cnvrt.ing/api/convertlive",
  "category": "ai",
  "summary": "Analyze live video streams in real time using ASR, vision models, and embeddings. Supports URL-based streams and agent chunked upload.",
  "seo": {
    "title": "CNVRT Live Stream Analysis API | x402 Payment Required",
    "description": "Real-time analysis of HLS/DASH/RTMP/SRT live streams with automatic speech recognition, computer vision, and embeddings. Pay per call with USDC on Base."
  },
  "use_cases": [
    "Transcribe live broadcasts or webinars in real time",
    "Extract visual events and objects from security camera feeds",
    "Generate searchable embeddings from live stream content",
    "Monitor live streams for specific keywords or visual patterns"
  ],
  "ideal_buyer": "AI agents and autonomous systems that need to perceive and understand live video streams without managing infrastructure.",
  "example_prompt": "Analyze this HLS news stream and transcribe the audio while identifying any people shown on screen, returning results every 5 seconds.",
  "example_request_body": {
    "features": [
      "asr",
      "vision",
      "embeddings"
    ],
    "stream_url": "https://example.com/live.m3u8",
    "session_meta": {
      "task": "news_monitoring",
      "agent_id": "agent-123"
    },
    "latency_target_ms": 1000
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 2.5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xfad67ce5a834e68d5533ba7ac08619ff82a42084",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Real-time analysis of live streams (HLS/DASH/RTMP/SRT) with ASR, vision, and embeddings. Supports URL-based streams and agent chunked upload. Agent-only endpoint. Payment via USDC on base.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST"
        },
        "output": {
          "input": {
            "type": "http",
            "method": "POST",
            "bodyType": "json",
            "bodyFields": {
              "url": {
                "type": "string",
                "required": false,
                "description": "Live stream URL (HLS, DASH, RTMP, SRT, WebRTC, Twitch, TikTok, YouTube). VOD/static URLs will be rejected. Not required if source_type is 'agent_capture'."
              },
              "webhook": {
                "type": "string",
                "required": false,
                "description": "Webhook URL to receive events (optional)"
              },
              "features": {
                "type": "array",
                "required": false,
                "description": "Features to enable: asr, vision, ocr, embeddings. Default: [asr, vision]"
              },
              "source_type": {
                "type": "string",
                "required": false,
                "description": "Source type: 'url' (default) or 'agent_capture'. Use 'agent_capture' for zero-friction chunked upload from agents."
              },
              "session_meta": {
                "type": "object",
                "required": false,
                "description": "Optional metadata for the session"
              },
              "latency_target_ms": {
                "type": "number",
                "required": false,
                "description": "Target latency in milliseconds. Default: 1000"
              }
            }
          },
          "output": {
            "type": "object",
            "required": [
              "stream_id",
              "events_ws"
            ],
            "properties": {
              "status": {
                "type": "string",
                "description": "Session status"
              },
              "events_ws": {
                "type": "string",
                "description": "WebSocket URL for real-time events"
              },
              "stream_id": {
                "type": "string",
                "description": "Unique stream session identifier"
              },
              "upload_url": {
                "type": "string",
                "description": "URL to POST media chunks (agent_capture mode only)"
              }
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "cnvrt-ing",
    "host": "cnvrt.ing",
    "title": "CNVRT - Perception Layer for Autonomous Systems",
    "description": "We're not building agents.... we're waking them up.",
    "url": "https://cnvrt.ing",
    "og_image": "https://cnvrt.ing/assets/cnvrt.png",
    "favicon": "https://cnvrt.ing/assets/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/cnvrt-ing-api-convertlive",
    "url": "https://x402all.com/resource/cnvrt-ing-api-convertlive",
    "name": "CNVRT \u00b7 Real-time live stream analysis with ASR, vision, and embeddings",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/cnvrt-ing-api-convertlive",
      "@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://cnvrt.ing/api/convertlive",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/cnvrt-ing",
      "url": "https://cnvrt.ing",
      "name": "CNVRT - Perception Layer for Autonomous Systems",
      "@type": "Organization"
    },
    "identifier": "cnvrt-ing-api-convertlive",
    "description": "Real-time analysis of HLS/DASH/RTMP/SRT live streams with automatic speech recognition, computer vision, and embeddings. Pay per call with USDC on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=cnvrt-ing-api-convertlive",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=cnvrt-ing-api-convertlive"
}
