Skip to main content

1. Get your API key

API keys are issued by our team during onboarding. If you don’t have one yet, contact your account manager or sales@areahub.com. Your key looks like this:
Your key is shown exactly once, at creation. We store only a hash of it and cannot recover the original. If you lose your API key, we issue a new key and revoke the old key.
Get an API Key

2. Make a request

For example, ask for wildfire results for a location near Chico, California:

3. Read the response

Three things to note:
  • value is the primary answer. Its shape depends on the topic — see Topics Reference.
  • details is supporting data (nearby records, historical events). It’s null for many topics.
  • meta.credit_cost tells you what this request cost. Credits are only charged on success - see Credits.

4. See all topics at once

Rather than 37 separate calls, ask for the full bundle:
This returns all 37 topics keyed by slug:
Enterprise Bundle responses are large — typically 5–7 MB. Make sure your HTTP client isn’t configured with a smaller response size limit.

Next steps

Topics Reference

All 37 topics and what each returns.

Credits

How billing and quotas work.