Documentation Index
Fetch the complete documentation index at: https://docs.leaf7.fun/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Every API request must include your API key in theAuthorization header.
Finding your API key
- Log in to your Leaf7 Dashboard
- Navigate to Settings
- Your API key is displayed under API Key
Using your API key
Include your API key as a Bearer token in theAuthorization header of every request:
Error responses
If your API key is missing or invalid, you’ll receive:401 or 403.
Rate limits
| Scope | Limit | Window |
|---|---|---|
| Global | 60 requests | Per minute |
| Key generation | 30 requests | Per minute |
| Webhook relay | 30 requests | Per minute |
429 Too Many Requests response. Back off and retry after the window resets.