Appearance
Manage and use API keys
What can I use the API key for?
Refer to the Lumicast API documentation for the full list of endpoints.
This is the same API that the Lumicast website uses, so an API key gives you full control over every feature you grant permission to.
WARNING
Be careful who gets access to your API keys. Never give a key more permissions than it needs.
Creating an API key
- Go to the Workspace tab.
- Open the API Keys section.
- Click the + button in the top right to create a new key.
- Give the key a name and select the actions it should be allowed to perform.
- Click Save. Copy the key shown — it will be hidden after you close the dialog.
Using the API key
The base URL for the API is https://api.lumicast.com. Authenticate your requests by adding an Authorization header:
http
Authorization: Bearer <YOUR_API_KEY>