Mireye Free Tier
- Free token amount
- 5,000 credits/month
- Duration
- No expiration
- Expiry date
- No fixed end date
- Updated
- Jan 1, 2026
Mireye provides a geospatial API for United States locations, and its free tier includes 5,000 credits per month at $0 with no stated end date. Credits reset on the 1st of each month (UTC) with no rollover; mid-month signups receive the full allowance immediately.
Free Tier Quotas & Limits
- 5,000 credits/month, reset on the 1st of each month (UTC)
- Rate limit: 20 requests/minute (
429 rate_limitedwith aRetry-Afterheader when exceeded) - Field requests: 1 at signup (for catalog fields not yet available)
- Hard stop at the allowance: the API returns
402 credits_exhaustedwhen credits run out — no overage billing on any plan
Key Endpoint Costs
POST /v1/geocode— 1 credit (address to coordinates)POST /v1/fetch— 1 credit per field per location, from a catalog of cited factsPOST /v1/ask— 10 credits (natural-language Q&A about a US location, with inline citations)POST /v1/lookup— 1 credit without a parcel; 300 with one (parcel ID, boundary geometry, owner of record; charged only on a successful match) — roughly 16 parcel lookups per month on the free tierPOST /v1/proximity— 12 credits per driving calculation; per-tool minimums: nearest 2, distance 2, screen 5, labor shed 25, plus 1 credit per address sent instead of coordinates
Note that touching any parcel field costs 300 credits per location on self-serve plans, charged once per location regardless of field count. POST /v1/fetch/quote prices a request without executing it.
How to Get Started
Sign up at mireye.com/signup. Coverage is United States only (proximity drive-time tools additionally cover Canada). Documentation is at docs.mireye.ai, and GET /v1/meta/fields is public and unauthenticated for exploring the field catalog.