cURL
curl --request GET \ --url https://api.beeble.ai/v1/account/info \ --header 'x-api-key: <api-key>'
{ "email": "<string>", "billing_type": "prepaid", "spending_limit": 5000, "rate_limits": { "rpm": { "usage": 0, "limit": 100 }, "concurrency": { "usage": 0, "limit": 100 } } }
Get account metadata and current rate limit usage.
Your Developer API key.
Successful Response
Account metadata including billing type, spending limits, and real-time rate limit usage.
Account email address
'prepaid' or 'postpaid'
Spending limit per billing period in dollars
5000
Rate limits and current usage
Show child attributes