Synergic APIsSynergic APIs

Your account

Check your usage

Your plan, what you have spent this billing month and when it resets. Paste the key you were issued — it is sent straight to the API to authenticate the lookup and never stored, logged or remembered by this page.

Checking status…

Usage lookup

Read the counter for a key

Check a key

Never stored

Same as calling /v1/usage yourself with the key in the X-Api-Key header.

GET /v1/usage
curl -H "X-Api-Key: sk_live_YOUR_KEY" \
  {{GATEWAY_URL}}/v1/usage

The same lookup from your terminal.

Quota & keys

Running out, or lost the key

Need more room?

Instant

If you need more room, subscribe to a bigger plan — the new key is on your screen right after checkout and works with this page the same way.

Lost your key?

Shown once

Free keys are shown once and cannot be recovered — create a new one. If you are on a paid plan, email support@synergicapis.com from the address you subscribed with.

What happens at the cap

1You spend the monthly allowance of your plan.
2The API answers 429 QUOTA_EXCEEDED — there is never an overage charge.
3The allowance starts fresh on the 1st (UTC). Nothing is billed that you did not choose.