API Reference

Credit Balance

Check your current credit balance and usage statistics.

GET
/v1/credits/summary

Authorization

ApiKeyAuth
X-GeoInfer-Key<token>

API key prefixed with geo_. Manage keys at https://app.geoinfer.com/en/api.

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/credits/summary"
{
  "message_code": "success",
  "data": {
    "credits_remaining": 450,
    "credits_used": 50,
    "credits_total": 500
  }
}
Empty