This is not our API. This repository is an independent, third-party profile of a company's publicly available API surface, maintained by API Evangelist. API Evangelist does not operate, host, resell, or support this company's APIs, and is not affiliated with or endorsed by the company unless stated on the profile.
Where the information came from. Everything here is assembled from material a member of the public can reach with a browser and no credentials — the company's own website, developer portal and documentation, the specifications it publishes for public use (OpenAPI, AsyncAPI, JSON Schema,
apis.json,llms.txtand similar), its public repositories, and its public status, pricing and changelog pages. Nothing here is obtained by breaching a system, defeating an access control, or using credentials of any kind.The rating is an independent assessment. The Kin Score and Agent Readiness rating are independently calculated scores of a company's public API artifacts, produced by API Evangelist against a published rubric. They are not certifications, endorsements, security assessments, or audits, and they score published artifacts — not the quality, safety, or security of the software.
Corrections, re-scores, and removal are free. No partnership, contract, or purchase is required, and you do not need to justify the request.
- Something wrong? Open an issue on this repository, or email info@apievangelist.com.
- Published something new? Ask for a re-score and we will re-run the rating.
- Want the listing taken down? Say so and we will honor it. The profile is reduced to your company name, a factual description, and a link to your own site, and the company is recorded as unrated — never scored zero for having asked.
Response times. Acknowledgement within one business day; removal or restriction within two business days; corrections and re-scores within five business days.
On a security or compliance team? Email info@apievangelist.com with security in the subject line and you will get a person, not a form. We will tell you exactly which public URLs this profile was built from so your team can see the same surface we did, and we will take the listing down on request while you work through it.
Full detail: Where this data comes from
DroneDeploy is a drone mapping, reality capture, and aerial analytics platform for construction, energy, agriculture, and inspection. Its developer platform is a GraphQL API (endpoint https://www.dronedeploy.com/graphql) that lets Enterprise and Developer Partner accounts query and mutate DroneDeploy data - organizations, projects, map plans, exports, annotations/issues, images, and webhooks - through one strongly typed, Relay-style (cursor-paginated) schema rooted at the viewer object and resolved by node(id). A set of legacy REST APIs (Map Processing / Map Engine as a Service, Plan API, Export API) also remains available, but DroneDeploy recommends the GraphQL API for most integrations.
APIs.json: https://raw.githubusercontent.com/api-evangelist/dronedeploy/refs/heads/main/apis.yml
- Drone Mapping
- Reality Capture
- Aerial Analytics
- Geospatial
- GraphQL
- Photogrammetry
- Created: 2026-07-04
- Modified: 2026-07-04
- Endpoint:
https://www.dronedeploy.com/graphql(POST) - Explorer: https://www.dronedeploy.com/graphiql/
- Auth:
Authorization: Bearer <api_key>— API keys are issued only to Enterprise or Developer Partner accounts via DroneDeploy Sales/Support. - Pagination: Relay cursor connections —
first/after,pageInfo { hasNextPage endCursor },edges { cursor node }.
Query the projects and plans (MapPlan) in an organization through viewer.organization.plans/projects and the node(id) lookup — name, location and geometry (lat/lng), dateCreation, imageCount, and status — with cursor pagination. Creation/update mutations are modeled.
- Human URL: Fetching all Plans
- Base URL:
https://www.dronedeploy.com/graphql - Tags: Projects, Plans, MapPlan, GraphQL
Generate and retrieve map exports from a MapPlan. The confirmed createExport(input: CreateExportInput!) mutation takes a planId plus parameters (layer required; projection, merge, contourInterval, fileFormat, resolution, optional completion webhook) and returns an export id; MapPlan.exports returns status, dateCreation, and downloadPath once processing reaches COMPLETE.
- Human URL: Creating an Export
- Base URL:
https://www.dronedeploy.com/graphql - Tags: Maps, Exports, Reality Capture, GraphQL
Create, read, and update annotations and Issues (field markups tied to a plan — points, lines, polygons, notes/attachments) via the schema's Issue type and its input types (e.g. UpdateIssueInput). Modeled; field shapes are gated behind the Enterprise console.
- Human URL: API Introduction
- Base URL:
https://www.dronedeploy.com/graphql - Tags: Annotations, Issues, Markups, GraphQL
Manage the source imagery behind a map. MapPlan.imageCount is confirmed; image listing and upload/ingest mutations (which trigger map processing) are modeled. Large binaries follow DroneDeploy's presigned-upload flow rather than inline GraphQL payloads.
- Human URL: API Introduction
- Base URL:
https://www.dronedeploy.com/graphql - Tags: Uploads, Images, Photogrammetry, GraphQL
Resolve the authenticated account and its organization. The confirmed viewer root returns the current user (e.g. username) and viewer.organization exposes the org and its plans/projects collections. Member/role management fields are modeled.
- Human URL: Authentication
- Base URL:
https://www.dronedeploy.com/graphql - Tags: Users, Organizations, Viewer, GraphQL
Retrieve analytic and reporting artifacts derived from a plan — volume/stockpile measurements, cut/fill, and generated report documents — surfaced as a specialized export/report layer on MapPlan. Report types and mutations are modeled from the export schema and platform features.
- Human URL: API Introduction
- Base URL:
https://www.dronedeploy.com/graphql - Tags: Reports, Analytics, Exports, GraphQL
Register outbound webhooks so DroneDeploy notifies your endpoint when long-running work finishes. Confirmed on the export flow, where a webhook.url in CreateExportInput parameters is called when the export is COMPLETE. A standalone Webhook type exists; subscribe/manage mutations are modeled.
- Human URL: Creating an Export
- Base URL:
https://www.dronedeploy.com/graphql - Tags: Webhooks, Events, Notifications, GraphQL
- GraphQL Overview
- GraphQL Schema (partial / modeled)
- Postman Collection
- Open Collection
- Plans & Pricing
- Rate Limits
- FinOps
- Review
FN: Kin Lane Email: kin@apievangelist.com