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 exposes a strongly-typed schema rooted at the `viewer` object that gives the authenticated user access to organizations, plans (MapPlan and other Plan variants), exports, layers, geometry, and processing status. Forward, cursor-based pagination via Relay-style edges/nodes/pageInfo. Authenticated with `Authorization Bearer` API keys obtained from DroneDeploy Support or via a Developer Partner / Enterprise account.
Overview
DroneDeploy GraphQL API is a GraphQL API specification published by DroneDeploy on the APIs.io network.
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 exposes a strongly-typed schema rooted at the viewer object that gives the authenticated user access to organizations, plans (MapPlan and other Plan variants), exports, layers, geometry, and processing status. Forward, cursor-based pagination via Relay-style edges/nodes/pageInfo. Authenticated with Authorization Bearer API keys obtained from DroneDeploy Support or via a Developer Partner / Enterprise account.
The GraphQL endpoint is available at https://www.dronedeploy.com/graphql. documentation is published at https://developer-docs.dronedeploy.com/api/introduction.
The specification includes 3 reference links.
Tagged areas include Drones, Reality Capture, Mapping, Photogrammetry, and 3D Models.
Endpoint
References
- Documentation https://developer-docs.dronedeploy.com/api/introduction
- Authentication https://developer-docs.dronedeploy.com/api/authentication
- Documentation https://developer-docs.dronedeploy.com/api/pagination