Conure API

Usage

Current balance for the key. Authenticated but never metered: checking your balance is free.

Endpoint

Never metered

GET https://conureapi.com/v1/usage

Request

FieldTypeRequiredDescription
This endpoint takes no request body.

Response

{
  "period": "2026-08",
  "free_used": 412,
  "free_limit": 1000,
  "free_remaining": 588,
  "paid_remaining": 0,
  "total_remaining": 588
}

Code examples

Try it

Runs against the live API from your browser. Your key stays in this tab and is sent nowhere but this endpoint.

Pricing

Free. This endpoint is authenticated but never metered. Full pricing is on your billing page.

Rate limits

120 requests per minute per API key. Exceeding it returns 429 with a Retry-After header, and costs no credits. Rate limiting fails open: if the limiter itself is unavailable your request is served rather than rejected.

Need a higher limit? See errors and limits for how the limiter behaves under load.