Skip to main content
Version: 1.0

OroraTech Wildfire Service API

The pull-based API is intended for data analysis of historic fire clusters and events. It supports server-side filtering, aggregation and certain pre-calculated metrics. The pull-based API is exclusively offered over an HTTPS REST interface.

Authorization

Authorization with the API is achieved through personal API keys. Logged-in users can generate a personal API key through the "Account -> Profile" section. The key must be stored in a secure place and cannot be viewed again on the platform. If a token is lost, the old one must be deleted and a new one be generated.

All requests to the API must include this key within an apikey header, for example:

curl --request GET \
--url "https://app.ororatech.com/v1/monitored_areas/my/clusters/" \
--header "apikey: ot_1234567890abcdef.1234567890aBCDef"

Contact

Authentication

The API key to use for authorization purposes.

Security Scheme Type:

apiKey

Header parameter name:

apikey