API Reference
The caller's current budget status (effective cap + spend this cycle)
GET
The caller's current budget status (effective cap + spend this cycle)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://3ngram-server-production.up.railway.app/api/v1/budget \
--header 'X-API-Key: <api-key>'{
"capUsdOverride": 123,
"consumedUsd": 123,
"effectiveCapUsd": 123,
"periodEnd": "<string>",
"periodStart": "<string>"
}curl --request GET \
--url https://3ngram-server-production.up.railway.app/api/v1/budget \
--header 'X-API-Key: <api-key>'{
"capUsdOverride": 123,
"consumedUsd": 123,
"effectiveCapUsd": 123,
"periodEnd": "<string>",
"periodStart": "<string>"
}