Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wede.pt/llms.txt

Use this file to discover all available pages before exploring further.

Base URL

Authentication

All API requests require authentication via API key or JWT token. See Authentication for details.

Response Format

All responses are JSON. Successful responses include the requested data. Error responses include:
{
  "error": "error_code",
  "message": "Human-readable description",
  "request_id": "req-abc123"
}

Rate Limiting

Rate limits are applied per tenant per minute. Your plan determines your limit. Rate limit headers are included in every response:
HeaderDescription
x-ratelimit-limitRequests allowed per minute
x-ratelimit-remainingRemaining requests
x-ratelimit-resetUTC timestamp when limit resets

Versioning

The current API version is v1. All endpoints are prefixed with /v1/.