cURL
curl --request GET \ --url https://api.compresto.app/v1/usage \ --header 'X-API-Key: <api-key>'
{ "plan": "free", "usage": { "current": 123, "limit": 123, "resetAt": "2023-11-07T05:31:56Z" }, "totals": { "bytesIn": 123, "bytesOut": 123, "savedBytes": 123, "savedPercent": 123 } }
Get current month’s usage statistics for the authenticated API key.
API key for authentication. Get your key at https://compresto.app/dashboard
Usage statistics
Current subscription tier
free
pro
business
Show child attributes