API

The Lumeo API gives you an easy way to control your application and integrate cameras, video, storage, processing, streaming and model management with your application.

Authentication

All requests to Lumeo's REST API require you to authenticate. You authenticate requests to Lumeo using API Keys which can be created and revoked in the Lumeo Console, .

To authenticate using an API Key, use HTTP Bearer (token) authentication and provide the API key as the token in the Authorization header when making requests to protected resources:

Authorization: Bearer <token>

Application ID

Application ID (aka Workspace ID) is a path parameter in most API Calls, and can be found in the left navigation bar under the Settings Tab.

API Keys

API Keys (aka Access Tokens) for your application can be created on the Workspace Settings tab.

1121

Application Settings Screen