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>

API Keys

API Keys for your application can be created on the Application Settings page, accessed via the gear icon when you hover over the application name.

2112

Application Settings Screen