API referenceSearch
Current quota usage and limits
Daily and monthly query usage and limits for the authenticated organization.
Authorization
BearerAuth AuthorizationBearer <token>
API key authentication. Pass your key in the Authorization header as Bearer sk_live_.... An X-API-Key: sk_live_... header is also accepted as an alternative. Keys are created in the Redpine Connect dashboard under Settings > API Keys.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/search/quota"{ "dailyLimit": 0, "dailyRemaining": 0, "dailyUsed": 0, "monthlyLimit": 0, "monthlyRemaining": 0, "monthlyUsed": 0}Was this page helpful?
Re-fetch cached results GET
Retrieve previously returned search results using the queryId from a prior search response. Returns the same results without billing. The request must use the same API key that performed the original search. Results are available for 7 days.
List collections GET
List all document collections accessible to the authenticated API key.