Base URL
Authentication
All endpoints require authentication via an API key in theAuthorization header:
lazy login or from the dashboard.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
REST API for managing configs programmatically.
https://lazyraccoon.dev/api
Authorization header:
Authorization: Bearer lr_your_api_key_here
lazy login or from the dashboard.
{
"error": "Description of what went wrong"
}
| Code | Description |
|---|---|
200 | Success |
201 | Created |
204 | Deleted (no content) |
400 | Bad request (invalid input) |
401 | Unauthorized (missing or invalid API key) |
403 | Forbidden (insufficient permissions or plan limit) |
404 | Not found |
413 | Payload too large (max 512 KB) |
500 | Internal server error |