> ## Documentation Index
> Fetch the complete documentation index at: https://docs.luxxon.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Live operator coverage

> ONLINE supplier workspaces with a complete coverage triple. Returns center + radius only — no workspace ids or wallets. Drives the public coverage map.



## OpenAPI

````yaml /openapi.json get /api/v1/coverage
openapi: 3.0.0
info:
  title: Luxxon API
  description: Programmable vision — on-demand live video feeds
  version: 0.1.0
  contact: {}
servers:
  - url: https://api.luxxon.dev/api/v1
security: []
tags:
  - name: Authentication
    description: SIWE wallet sign-in. Used by the dashboard; API-key callers skip this.
  - name: Me
    description: Identity self-introspection — wallet or API key.
  - name: Workspaces
    description: Tenant root. Coverage area, availability, members.
  - name: API keys
    description: Per-workspace scoped credentials (lxxn_*).
  - name: Pricing
    description: Live rate + optional pre-quoted rate lock.
  - name: Sessions
    description: 'Visual session lifecycle: request → dispatch → authorize → start → end.'
  - name: Wallet
    description: On-chain wallet state and event log for a workspace.
  - name: Settlements
    description: On-chain settlement view per session.
  - name: Health
    description: Proof-of-life. No auth.
  - name: Webhooks
    description: Inbound video events from Cloudflare Stream. Internal.
paths:
  /api/v1/coverage:
    get:
      tags:
        - Coverage
      summary: Live operator coverage
      description: >-
        ONLINE supplier workspaces with a complete coverage triple. Returns
        center + radius only — no workspace ids or wallets. Drives the public
        coverage map.
      operationId: LxDemandController_coverage
      parameters: []
      responses:
        '200':
          description: ''

````