KB API Documentation

Rate Limits Overview

All KB API endpoints are protected by rate limits to ensure fair usage. Limits are applied per API key and are refreshed every minute.

Endpoint Specific Limits

EndpointMethodLimitNotes
/knowledge/articlesGET800/minRead articles
/knowledge/articlesPOST200/minCreate articles
/knowledge/searchGET600/minFull‑text search
/knowledge/usersGET300/minUser lookup
/knowledge/usersPUT150/minUpdate user

Rate Limit Headers

Each response includes the following headers to help you track usage:

X-RateLimit-Limit: 1200
X-RateLimit-Remaining: 854
X-RateLimit-Reset: 1696885200
        

Current Usage (Sample)