Server URL
Authentication
The server accepts an API key in two forms. Pick whichever fits your client.- Bearer token
- Query parameter
Pass the key in the
Authorization header. Recommended for clients that support custom headers.