Enabling the next era of drone operations
Start with the platform basics, learn the available auth paths, and then move into the live API reference.
Getting Started
Overview
The airwiseOS API provides access to UAS (Unmanned Aircraft System) services including flight planning, real-time tracking, airspace restrictions, and UTM (Unmanned Traffic Management) coordination.
Integration Path
- Choose the endpoint family you need in the API page.
- Confirm the required auth scheme for those routes.
- Obtain an API key or Cognito token using the matching auth flow.
- Call the deployed airwiseOS API at
https://api.airwisesolutions.app.
Base URL
All API endpoints are served under:
https://api.airwisesolutions.app
Each service uses its own base path prefix, shown in the API page.
Introducing Collections
Think of a Collection as a kind of tag or label in our platform that is used to group various records into logical sets. Once items are associated with a collection the collection itself can be queried for data or anomalies without having to check each individual item.
The Power of Grouping
With the large amount of data that can be stored on our platform, keeping things grouped together into logical entities makes both organization and queries more efficient. Collections enable you to:
- Organize Diverse Data: Group together it's moving or static assets, telemetry, metadata, or flight plans.
- Create Logical Groups: Organize records based on specific projects, geographical locations, or any criteria that suit your organizational needs.
- Enhance efficiency: Easily access grouped records together, saving time and improving workflow.
Describe but not contain
Collections are used to describe how a group of items are related, and can be used to query groups of items. They are not a container for the items themselves. Items are added to a collection by setting a reference to the collectionId in the item.
Unique to Your Organization
Each Collection is unique to your organization. Customize them to reflect your operational needs and access patterns. It's all about making your data work for you in the most efficient way possible.
Next Steps
Use the Authentication page to select the right login flow for your integration, then open the API page to inspect the route-level security requirements and schemas.