Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

92 total results found

Documentation

SafeSky App BLE Integration

BLE Service Overview The SafeSky app broadcasts NMEA messages over a standardized BLE GATT service: Service UUID: FFE0 Characteristic UUID (Notify/Write): FFE1 Direction: Notify only (BLE receiver listens for data from SafeSky) No pairing required. You can c...

9 - Pilots setup

Aero-Tracker

Mount options Some pilots have successfully experimented with RAMĀ® Mounts to install the Aero Tracker in their cockpit: Ref: RAP-SB-224-2-UN7U RAM Mounts Mighty Buddy suction cup mount with X-Grip clamp By using RAMĀ® Mounts, you can unlock a wide variety o...

8 - How does it work?

SafeSky - Pilot Playbook

1. How does it work? Connecting pilots, drones, and professionals into one shared sky. More than 100,000 pilots have access to the SafeSky app to improve their situational awareness. Your mobile device becomes an Internet transponder: it securely shares your p...

Authentication

SafeSky API for UAV API definition

Getting Started You should have received a single API key from SafeSky (e.g., ssk_live_... or ssk_test_...). From this single key, both the credential identifier (KID) and the HMAC signing key are automatically derived using cryptographic functions. You don't ...

HMAC Auth for Node.js

SafeSky API for UAV SDK

This SDK provides easy-to-use functions for authenticating requests to the SafeSky API using HMAC signatures. Single Endpoint: All requests use https://uav-api.safesky.app regardless of environment. Your API key determines whether requests are routed to sandb...

HMAC Auth SDK for Java

SafeSky API for UAV SDK

SafeSky HMAC Authentication SDK for Java Java SDK for authenticating requests to the SafeSky API using HMAC-SHA256 signatures. Click here to download the SDK API Endpoint: All requests use https://uav-api.safesky.app. Each API key is associated with either a ...

HMAC Auth SDK for Dart

SafeSky API for UAV SDK

SafeSky HMAC Authentication SDK for Dart Dart SDK for authenticating requests to the SafeSky API using HMAC-SHA256 signatures. Click here to download the SDK API Endpoint: All requests use https://uav-api.safesky.app. Each API key is associated with either a ...

HMAC Auth SDK for C

SafeSky API for UAV SDK

SafeSky HMAC Authentication SDK for C C SDK for authenticating requests to the SafeSky API using HMAC-SHA256 signatures. Click here to download the SDK API Endpoint: All requests use https://uav-api.safesky.app. Each API key is associated with either a sandbo...

HMAC Auth SDK for C#

SafeSky API for UAV SDK

SafeSky HMAC Authentication SDK for C# C# SDK for authenticating requests to the SafeSky API using HMAC-SHA256 signatures. Click here to download the SDK API Endpoint: All requests use https://uav-api.safesky.app. Each API key is associated with either a sand...

HMAC Auth SDK for Kotlin

SafeSky API for UAV SDK

SafeSky HMAC Authentication SDK for Kotlin Kotlin SDK for authenticating requests to the SafeSky API using HMAC-SHA256 signatures. Click here to download the SDK API Endpoint: All requests use https://uav-api.safesky.app. Each API key is associated with eithe...

HMAC Auth SDK for Python

SafeSky API for UAV SDK

SafeSky HMAC Authentication SDK for Python Python SDK for authenticating requests to the SafeSky API using HMAC-SHA256 signatures. Click here to download the SDK API Endpoint: All requests use https://uav-api.safesky.app. Each API key is associated with eithe...

Best Practices

SafeSky API for UAV

SafeSky UAV API - Integration Guide This guide provides architectural patterns and best practices for integrating the SafeSky UAV API into mission control software, moving-map applications, and operational dashboards. Overview The SafeSky API enables developer...

HMAC Auth for GO

SafeSky API for UAV SDK

This SDK provides easy-to-use functions for authenticating requests to the SafeSky API using HMAC signatures. Click here to download the SDK API Endpoint: All requests use https://uav-api.safesky.app. Each API key is associated with either a sandbox or produc...

1 - Introduction

SafeSky Public API for traffic

SafeSky is a platform focused on enhancing situational awareness in lower airspace. SafeSky operates as a traffic aggregation system that combines positional data from multiple complementary layers to deliver a comprehensive live view of the lower airspace: G...

2 - Authentication

SafeSky Public API for traffic

API Key All requests to the SafeSky Public REST API must be authenticated using an API key passed as a request header. x-api-key: <your_api_key> Obtaining an API Key To obtain an API key, contact sales@safesky.app. Keep your API key secure and never expose it...

3 - Getting Started

SafeSky Public API for traffic

This guide shows how to quickly start using the SafeSky Public REST API to retrieve live traffic data. Sandbox first: If you are testing your integration, replace https://public-api.safesky.app with https://sandbox-public-api.safesky.app and use your sandbox ...

4 - Stats API

SafeSky Public API for traffic

The Stats API provides network-wide statistics about the SafeSky ecosystem. Use it to monitor the overall health and activity of the SafeSky network, or to display live metrics in a dashboard. Get Network Overview Endpoint: GET /v1/stats/overview Description:...

5 - Environments & Platform Status

SafeSky Public API for traffic

This page describes the available environments for the SafeSky Public REST API, how to target each one, and how to programmatically check platform availability before establishing connections. Environments The SafeSky Public REST API is available in two envir...