Don’t have a key yet? Create one under API keys in the GOI dashboard.
Base URL
All GOI API paths are under:POST https://api.istari.ai/v2/searchPOST https://api.istari.ai/v2/fetch
Authentication
Every request must include your API key:tier_1 or tier_2). Quotas and rate limits depend on the tier assigned to your key (see Reference).
Quick example : search
Endpoints at a glance
Paths are relative tohttps://api.istari.ai/v2.
| Method | Path | Purpose |
|---|---|---|
POST | /search | Search and rank organisations (modes described in Search) |
POST | /fetch | Bulk lookup by domain list: no scoring (Fetch, stats & utilities) |
POST | /stats | Aggregations (COUNT by dimension); monthly quota by tier |
GET | /filters/options | Allowed values for categorical filters (scoped to your key) |
GET | /health | Liveness / database check |
Documentation map
- Search: request body, auto-detected modes, keywords,
similar_to,describe, filters, pagination, deduplication - Fetch, stats & utilities:
/fetch,/stats,/filters/options, and health - Reference: columns, filters, limits & errors: response fields, quotas, HTTP errors