Quickstart
Make an authenticated request with your key in the X-API-Key header.
curl "${API_BASE_URL:-https://YOUR_API_HOST}/v1/subreddit/python/feed?sort=hot&limit=25" \
-H "X-API-Key: YOUR_API_KEY"
Authentication
Send your API key in X-API-Key. Do not put keys in URLs, client-side storage, or browser-visible logs.
Limits and errors
Bootstrap displays the quota and rate limit assigned to your workspace when available. On 429, wait for the response's retry guidance before retrying. Inspect the endpoint response body for validation and authorization errors.
API reference
Endpoint reference is generated from the service OpenAPI document. Internal administration and portal paths are not shown.
Loading endpoint reference…