curl --request GET \
--url https://dev.startree.ai/databases/{databaseName}/quotas \
--header 'Authorization: <api-key>'{
"storage": "<string>",
"maxQueriesPerSecond": "<string>"
}Get database quota configs
curl --request GET \
--url https://dev.startree.ai/databases/{databaseName}/quotas \
--header 'Authorization: <api-key>'{
"storage": "<string>",
"maxQueriesPerSecond": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.startree.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?