Authorization header of every request.
Supported token types
Getting your API key
1
Go to Organization Settings → API Keys
2
Click Generate API Key
A key is created with the format
sl_live_...3
Copy and store it securely
Keys are shown only once at creation.
Using your API key
Include it in theAuthorization header. The API supports both GET and POST requests.
- JavaScript
- Python
- cURL