API Reference
Source:
doc-api.md
markdown
# API Reference
> {one_line_description}
<!-- sniper:managed:start -->
## Base URL
## Authentication
<!-- Auth method: API key, JWT, OAuth, etc. -->
## Endpoints
### {Resource Group 1}
#### `{METHOD} {path}`
{description}
**Request**
```json
{
}Response {status_code}
json
{
}Error Codes
| Code | Description |
|---|---|
Common Error Responses
| Status | Code | Description |
|---|---|---|
| 400 | BAD_REQUEST | Invalid request parameters |
| 401 | UNAUTHORIZED | Missing or invalid authentication |
| 403 | FORBIDDEN | Insufficient permissions |
| 404 | NOT_FOUND | Resource does not exist |
| 500 | INTERNAL_ERROR | Unexpected server error |
Rate Limiting
