Skydio website screenshot

Skydio

Skydio is a U.S. manufacturer of autonomous drones for public safety, defense, and enterprise customers, building self-flying aircraft such as the X10, X10D, X2, and S2+ along with the Skydio Cloud platform for fleet management, mission planning, live telemetry, and media sync. Skydio exposes a public REST API through Skydio Cloud (apidocs.skydio.com) for managing vehicles, docks, flights, missions, media, alerts, webhooks, and users, alongside on-vehicle integration interfaces such as the Control & Telemetry ICD, Android Intent API, and Attachment ICD for partners and developers.

4 APIs 0 Features
Autonomous SystemsDefenseDronesEnterpriseFleet ManagementPublic SafetyRoboticsUnmanned Aerial Vehicles

APIs

Skydio Cloud API

The Skydio Cloud API is an HTTP-based REST API with JSON request and response bodies that lets developers manage Skydio drone fleets programmatically. It covers vehicles, docks,...

Skydio Control & Telemetry ICD

Real-time command and control interface for the Skydio X10D using MAVLink/RAS-A, enabling integration with ground control stations and third-party autonomy stacks. Access is gat...

Skydio Android Intent API

Android Intent API for the X10D Controller that lets third-party Android applications running on the controller receive information from the Skydio flight stack.

Skydio Attachment ICD

Mechanical, electrical, and power interface specification for building custom attachments and payloads for the Skydio X10 and X10D platforms. Access requires a request through S...

Collections

Pricing Plans

Skydio Plans Pricing

1 plans

PLANS

Rate Limits

Skydio Rate Limits

2 limits

RATE LIMITS

FinOps

Skydio Finops

FINOPS

Resources

🔗
Website
Website
🌐
Portal
Portal
🔧
DeveloperTools
DeveloperTools
🔗
IntegrationsCatalog
IntegrationsCatalog
🔗
Documentation
Documentation
🔗
APIReference
APIReference
📄
ChangeLog
ChangeLog
💬
Support
Support
🟢
StatusPage
StatusPage
🎓
Training
Training
📰
Blog
Blog
🔗
Login
Login
🔗
Careers
Careers
🔗
ContactSales
ContactSales

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Skydio Cloud API
  version: '0'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Vehicles
    type: folder
  items:
  - info:
      name: List vehicles
      type: http
    http:
      method: GET
      url: https://api.skydio.com/api/v0/vehicles
    docs: List vehicles in the organization.
- info:
    name: Flights
    type: folder
  items:
  - info:
      name: List flights
      type: http
    http:
      method: GET
      url: https://api.skydio.com/api/v0/flights
      params:
      - name: vehicle_serial
        value: ''
        type: query
        description: Filter flights by vehicle serial number.
    docs: Retrieve flights, optionally filtered by vehicle.
- info:
    name: Markers
    type: folder
  items:
  - info:
      name: Create or update a marker
      type: http
    http:
      method: POST
      url: https://api.skydio.com/api/v0/marker
      body:
        type: json
        data: '{}'
    docs: Create or update a marker (incident).
bundled: true