DocumentationUsage API

Usage API

Reference for /v1/usage.

GET/v1/usage

Get usage

Returns quota and concurrency for the current key.

{
  "result": {
    "total": 10000,
    "used": 320,
    "available": 9680,
    "concurrency": {
      "limit": 5,
      "remaining": 3,
      "reset_unix": 1730000000
    }
  }
}

Fields

  • total: monthly quota
  • used: rendered captures in current period
  • available: remaining quota
  • concurrency.limit: max in-flight requests
  • concurrency.remaining: available slots
  • concurrency.reset_unix: next reset timestamp
Updated 1 day ago
Did this page help you?