You can generate and manage your keys directly from your Octavia Dashboard. Include your key in every API request using the
x-api-key header:
401 Unauthorized response.
Example (JavaScript)
Here’s a simple example using fetch to authenticate and retrieve articles:
💡 Replace YOUR_API_KEY with your actual key from the Octavia dashboard.
Always keep your API keys private and never expose them in client-side code.

