What can I use the API key for?
Please refer to our API docs to find out:
This is the same API that the Lumicast website uses, so you have full control of all features you give permission for with an API key.
Be careful who gets access to your API keys! Never give the key unnecessary permissions.
Creating an API key
Go to the βWorkspaceβ tab. Click on the βAPI Keysβ tab inside this page. Click on the + button at the top right to create an API key.
Give the key a name and select the actions it should be able to do. Then hit βSaveβ. Copy the key that is shown, this is the API key and will be hidden afterwards.
How to use the API key?
The base url for the API is https://api.lumicast.com
. In your requests, you should authorize using the API key. Add a header to the request:
Authorization: Bearer <YOUR_API_KEY>