DroneDeploy website screenshot

DroneDeploy

DroneDeploy is the unified reality-capture platform for construction, agriculture, mining, energy, oil & gas, and inspection workflows. Founded in 2013 and headquartered in San Francisco, DroneDeploy combines aerial drone mapping, ground 360 capture, robotics (DJI Dock, Boston Dynamics Spot), and vision-language AI (Progress AI, Safety AI, Earthworks AI) into a single platform that operates across 3M+ sites in 180 countries and has processed 2.8B+ images. Developers integrate via a GraphQL API at https://www.dronedeploy.com/graphql, an Apps Platform with OAuth2 templates that embed third-party apps into the DroneDeploy web application, and a 40+ partner App Market spanning construction (Procore, Autodesk Construction Cloud, PlanGrid), GIS (ArcGIS, Mapbox), cloud storage (S3, Google Drive, OneDrive, Box, Azure), and agriculture (Climate FieldView).

3 APIs 12 Features
DronesReality CaptureMappingPhotogrammetry3D ModelsOrthomosaicLiDARConstructionAgricultureAIAerialRobotics

APIs

DroneDeploy GraphQL API

DroneDeploy's GraphQL API is the primary programmatic interface for the DroneDeploy reality-capture platform. A single POST endpoint at https://www.dronedeploy.com/graphql expos...

DroneDeploy Apps Platform

The DroneDeploy Apps Platform lets third parties build embedded apps and serverless "functions" that run inside the DroneDeploy web application and the DroneDeploy App Market. A...

DroneDeploy Flight Log Parser

Open-source JavaScript/TypeScript library for parsing DroneDeploy flight log files (the .csv/.json telemetry files emitted by the DroneDeploy Flight App). MIT-licensed, maintain...

Collections

GraphQL

DroneDeploy GraphQL API

DroneDeploy's GraphQL API is the primary programmatic interface for the DroneDeploy reality-capture platform. A single POST endpoint at https://www.dronedeploy.com/graphql expos...

GRAPHQL

Pricing Plans

Rate Limits

Drone Deploy Rate Limits

1 limits

RATE LIMITS

FinOps

Features

DroneDeploy Aerial — automated drone flight, photogrammetry, orthomosaic, 3D models, design overlays
DroneDeploy Ground — 360 walks, mobile 3D scanning, LiDAR, 8K imagery, BIM overlays
DroneDeploy Robotics — dock automation and industrial inspection with Boston Dynamics and DJI Dock
Progress AI — automated schedule and progress tracking from reality capture
Safety AI — visual hazard detection ranked by severity
Earthworks AI — cut/fill volumetrics and earthworks progress
GraphQL API at https://www.dronedeploy.com/graphql with strongly-typed schema and Relay-style cursor pagination
GraphiQL interactive explorer at https://www.dronedeploy.com/graphiql/
Apps Platform with OAuth2 templates and serverless function model
DroneDeploy App Market with 40+ integration partners (Procore, Autodesk Construction Cloud, ArcGIS, S3, Google Drive, OneDrive, Box, Azure, Climate FieldView)
14-day free trial, no credit card required
Operates across 3M+ sites in 180 countries; 2.8B+ images processed

Semantic Vocabularies

Drone Deploy Context

0 classes · 7 properties

JSON-LD

API Governance Rules

DroneDeploy API Rules

5 rules · 3 errors 2 warnings

SPECTRAL

Example Payloads

Resources

🌐
Portal
Portal
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🔗
Sandbox
Sandbox
🟢
StatusPage
StatusPage
📝
Signup
Signup
🔗
Login
Login
💬
Support
Support
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
📰
Blog
Blog
🔗
Careers
Careers
🔗
AboutUs
AboutUs
👥
GitHubOrganization
GitHubOrganization
🔗
AppMarket
AppMarket
🔗
LinkedIn
LinkedIn
🔗
X
X
👥
YouTube
YouTube
🔗
Plans
Plans
🔗
Trial
Trial
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: DroneDeploy GraphQL API
  version: '2026-05-25'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: GraphQL
    type: folder
  items:
  - info:
      name: Execute GraphQL Operation
      type: http
    http:
      method: POST
      url: https://www.dronedeploy.com/graphql
      body:
        type: json
        data: '{}'
    docs: 'Execute any GraphQL query, mutation, or introspection request against the DroneDeploy schema. The same endpoint
      serves the `viewer` query, the `node(id:)` interface, the `plans` connection on an organization, the `exports` connection
      on a MapPlan, and the `createExport` mutation (and other mutations exposed by the live schema).

      '
bundled: true