Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API rate limiting and response headers
X-RateLimit-Limit
X-RateLimit-Remaining
X-RateLimit-Reset
{ "message": "Rate limit exceeded", "detail": "Please wait before making more requests" }
curl -I https://api.notte.cc/health \ -H "Authorization: Bearer $NOTTE_API_KEY"
X-RateLimit-Limit: 100 X-RateLimit-Remaining: 95 X-RateLimit-Reset: 1704067200
Was this page helpful?