# Introduction to Unisphere APIs

## Unisphere API Philosophy

Unisphere´s public APIs allow to use services/features / NOVA directly via API and provide direct access to technologies (Tech APIs).

* NOVA API allows direct access to the same functionalities users will find on the NOVA Web application. E.g. CRUD operations for assets, operational limits, routes, missions etc. (non-exhaustive list). Some functionalities are not planned via public APIs at the moment e.g. user management, subscription management or similar.
* Except for flight checks, anything created, updated or deleted in the NOVA frontend, or via a Unisphere API is synced. Factually there should be no difference whether an asset is created in the web app or via API.
* Tech API allows direct access to technologies provided by Unisphere – e.g. Geo Information Service, or access to a trajectory simulation, services for U-Space Applications. They can, but must not be part of NOVA.&#x20;

<figure><img src="https://918650337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP4lv7B85RfGMIl0k5a4i%2Fuploads%2F7ygkdhFjZQvcSSRxsSwi%2Fgrafik.png?alt=media&#x26;token=30f44e3e-32ac-46cf-bf62-fa6455c825ca" alt=""><figcaption><p>Unisphere Public API Scheme</p></figcaption></figure>

## Product Hierarchy

As part of our development roadmap, we are enhancing our technology by opening up multiple functionalities through a public REST API, making it accessible and integrate with external systems.

The functionalities are categorized into three levels: missions, flights, and assets. Each functional level offers different granularity of requests. Initially, public API users will be able to interact with missions already available in NOVA. For example, users can request a check for a flight at a specific take-off time. In subsequent developments, the API will allow users of the API to include all necessary information to execute these checks directly without NOVA.

<figure><img src="https://918650337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP4lv7B85RfGMIl0k5a4i%2Fuploads%2FEcStdFGmF9GQdQA7KISD%2FAPI%20Q4.png?alt=media&#x26;token=590a9d36-4fd2-4105-bbc9-ad922c633f39" alt=""><figcaption><p>API Functions overview</p></figcaption></figure>
