API Reference
Credit Balance
Check your current credit balance and usage statistics.
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
/v1/prediction/models
Returns available prediction models and their configurations. **Unauthenticated** — returns only `public` models (e.g. Global). **Authenticated** — if your API key has whitelist access, the response also includes `whitelist` models such as High Accuracy region-specific models. Pass your key in the `X-GeoInfer-Key` header.
Changelog
Release history and changes to the GeoInfer API and platform.