How to Integrate Skydio Cloud with AirData UAV
Published: Updated:
AirData UAV offers a REST-based API endpoints integration with Skydio Cloud for seamless management of your fleet. You will need to configure your Skydio Cloud account so that your flight logs and telemetry will sync with the API integration.
[note text="API Tokens should be kept secret! They grant access to your organization's data in Skydio Cloud (media, flights, vehicles, user emails, etc.)."]
Quick Steps
Step 1 - Log into cloud.skydio.com |
|
Step 2 - Set up your Skydio Cloud account: Getting Started with Skydio Cloud |
Step 3 - Enable Data Capture:
|
Step 4 - Attach the battery to your Skydio drone and power ON |
|
Step 5 - Log into the Skydio Controller using your Skydio Cloud organization registered username and password.
|
|
Step 6 - Sync your Skydio Cloud features
|
|
Step 7 - Post-flight, there are two ways to sync flight telemetry: 1. USB-C cable
2. Media Sync (Media Sync customers only) See How to Use Media Sync for instructions. |
|
Step 8 - View flight telemetry in Skydio Cloud:
View Flight visible - flight telemetry is available and will be listed under More Details View Flight not visible - no flight telemetry has been uploaded |
|
|
[note]Flight telemetry must be uploaded to Skydio Cloud before it is available to view in AirData.[/note]
Step 9 - Generate a Skydio API token:
|
Step 10 - Name your token Step 11 - Select Permissions:
Step 12 - Select Save |
|
Step 13 - Copy token Your API token is only available during the active login session or until the page is refreshed |
Step 14 - Log into AirData.com
|
|
Step 15 - Select the pilot for this API key in the dropdown. Step 16 - Paste the newly generated API key (token) Step 17 - Select Save/Verify |
|
Uploading Skydio logs to AirData
|
Troubleshooting
[accordion heading="Formatting requests to the Skydio API"]
All requests to the Skydio API should contain an Authorization header with your API Token. Requests to the API should be formatted like this:
Bash
Python
curl -X 'GET' \
'https://api.skydio.com/api/v0/flights' \
-H 'accept: application/json' \
-H 'Authorization: <api_token_here>'
[/accordion]
Unable to log in to Skydio Cloud
Go to cloud.skydio.com
-
- enter your email address
-
enter the verification code sent to your email address
[info text="Ensure that you are logging in to your mobile device with the same email address that has been provisioned on Skydio Cloud."]
Have you set up your Skydio Cloud?
You will need to configure your Skydio Cloud account before you can upload flight telemetry. See Getting Started with Skydio Cloud. Any media captured prior to configuring your Skydio Cloud will not sync.
-
- Ensure that the flight telemetry that you are trying to upload was captured after the configuration steps were completed. Footage from before this point will not upload to the cloud.
Is your device/controller connected to the Internet?
Ensure that you are connected to the Internet or cellular data.
Is the vehicle claimed in Skydio Cloud?
Vehicles are not automatically associated with an organization, you will need to claim the vehicles that you want in your fleet:
Step 1 - Select Settings
Step 2 - Select Devices
Step 3 - Select Claim Device
Step 4 - Enter vehicle WiFi (eg Skydio2-xxxx)
-
- The vehicle tab displays a list of associated vehicle IDs
- You cannot claim a vehicle that is associated with another organization. You cannot delete a vehicle. If you receive this error message or need to delete a vehicle, contact Skydio Customer Support.
Flight recording is not displayed
Uploading the flight recording will not occur unless you have purchased Media Sync, selected the type of media you want to upload and connect your drone to power. Visit Skydio Cloud Media Sync for more information.
Explore More
Explore related articles for additional information
Getting Started with Skydio Cloud
How to Add a Network to Skydio Cloud
How to Use Media Sync in Skydio Cloud
Skydio Cloud API Documentation
Skydio, Inc. A0187
Was this article helpful?