Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sweetr.dev/llms.txt

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

All API endpoints are rate limited to 100 requests per minute, scoped to your API key. Requests that exceed the limit receive a 429 Too Many Requests response.

Handling rate limits

If you hit a rate limit, wait before retrying. The recommended approach is exponential backoff: wait 1 second, then 2, then 4, and so on.