Skip to main content
GET
Blob Account Stats
string
required
The API key for your account. You can find this in your account settings.
Account Stats returns a snapshot of your Blob Storage usage: object count, total bytes stored, how much of your plan’s included storage you’ve used, and the estimated cost of anything over that allowance (R$ 0.20 per started GiB). Use it to build a usage meter or check headroom before a large batch of uploads. The response is cached per account for 1 minute, but a successful upload or delete invalidates that cache immediately, so your own writes show up right away even though the TTL bounds staleness from other sources. Calls are rate limited to 20 requests per 60 seconds, blocked for 60 seconds past that. To see which objects make up your usage, check Object List; to free up space, use Object Delete.
Status updates every 1 minute.

Response

string
Indicates whether the call was successful. “success” if successful, “error” if not.
object

Troubleshooting

Unauthorized