Get an API Key
Create a free API key with a single request — no account or credit card needed.
Response
Try Sandbox Mode (Free)
Test the API without using real data sources or quota by adding the sandbox header:Sandbox returns deterministic mock data — same input always gives the same output. No real data sources are called and no quota is consumed.
Response Quality Tiers
Control cost vs. freshness with theX-Response-Quality header:
| Tier | Header Value | Cost (entity/check) | Description |
|---|---|---|---|
| Cached | cached | $0.01 | Serve from Redis cache if available |
| Fresh | fresh | $0.05 | Always run full fan-out (default) |
| Enhanced | enhanced | $0.15 | Full fan-out + premium sources |