Skip to main content

Services

Dronetag Web Platform is powered by a small number of services, each responsible for a specific feature subset.

Following page gives an overview of all available services, their endpoint URL and link to its documentation.

Dronetag API​

HTTP API

Our primary API is the central provider of data. The service is oriented on providing more of a sort of "static" data - history of flights, registered devices, etc.

  • User management
  • Authorization server
  • Dronetag devices registration & management
  • User inventory objects management (devices, aircrafts, teams)
  • Flights log and historical telemetry.

🌍 Endpoint

https://api.dronetag.app/v1/

πŸ“– API Documentation
https://api.dronetag.app/docs/swagger-ui
https://api.dronetag.app/docs/redoc

Dronetag Live Service API​

HTTP API Websockets

The primary provider and consumer of real-time or near-real-time data. Live Service provides not only a standard HTTP API, but also uses Websockets (Socket.io) to enable clients to display frequently changed data in real-time, effectively and with low latency.

  • Access to real-time data:
    • Telemetry data
    • Device updates and current status.
  • Real-time data ingest endpoint
    • Used by our NRI devices.

🌍 Endpoint

https://live.dronetag.app/api/v2/

πŸ“– HTTP API Documentation
https://live.dronetag.app/api/v2/docs

πŸ“– Socket.io API Documentation
https://studio.asyncapi.com/?url=https://live.dronetag.app/socket.io/v2/docs/asyncapi.json

Dronetag Awareness & USSP Service API​

HTTP API In development

  • Access to U-Space USS API
    • USS API endpoint prefix is https://awa.staging.dronetag.app/uss/v1/

🌍 Endpoint

https://awa.staging.dronetag.app/v1/

πŸ“– API Documentation
https://awa.staging.dronetag.app/docs