ON THIS PAGE

  • API Overview
  • Features
  • For Integrators

API Overview

Luxonis Hub exposes APIs that power all Hub features, including device management, application control, logging, OTA updates, and more. These APIs are also used internally by Hub itself and are designed for seamless integration into custom portals or systems.

Features

The API allows you to:
  • Manage devices: list, monitor, and control connected OAK devices.
  • Manage applications: install, update, or remove apps remotely.
  • Stream logs and frontends over WebRTC using our browser components.
  • Perform OTA updates for OS, firmware, and agent software.
  • Handle device adoption flows using adopt keys (one-time or reusable).
This allows seamless integration for automations or integration into your own portal. We also provide frontend components (e.g. for logs, streaming, and terminal access) that can be embedded directly into your own dashboards.

For Integrators

Integrators are partners or customers who wish to manage multiple teams or organizations through a unified system.This includes:
  • Creating and managing teams programmatically.
  • Managing devices and applications within each team via scoped API access.
  • Using short-lived JWTs for secure, delegated access.
A dedicated Integrators API and authentication scheme are available upon request.