Get Started
Authentication
Learn how to authenticate your requests to LlamaGen.AI
Getting Your API Key
- Sign up for a LlamaGen.AI account at dashboard.llamagen.ai
- Navigate to the API section
- Click “Generate New API Key”
- Copy and securely store your API key
API keys are only shown once at creation time. Store them securely and never share them publicly.
Using Your API Key
Include your API key in the Authorization
header of all requests:
API Key Best Practices
- Never expose your API key in client-side code
- Use environment variables to store your API key
- Rotate your API keys periodically
- Use different API keys for development and production
Rate Limits
Each API key has its own rate limits. See our rate limits page for more details.