DroneDeploy Maps and Exports API

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, and an optional completion webhook) and returns an export id; `MapPlan.exports` returns export status, dateCreation, and downloadPath once processing reaches COMPLETE.

API entry from apis.yml

apis.yml Raw ↑
aid: dronedeploy:dronedeploy-maps-and-exports-api
name: DroneDeploy Maps and Exports API
tags:
- Maps
- Exports
- Reality Capture
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://developer-docs.dronedeploy.com/api/examples/creating-an-export
baseURL: https://www.dronedeploy.com/graphql
properties:
- url: https://developer-docs.dronedeploy.com/api/examples/creating-an-export
  type: Documentation
- url: https://developer-docs.dronedeploy.com/api/examples/fetching-exports
  type: APIReference
- url: graphql/dronedeploy-graphql.md
  type: GraphQL
- url: graphql/dronedeploy-schema.graphql
  type: GraphQL
- url: collections/dronedeploy.postman_collection.json
  type: PostmanCollection
- url: collections/dronedeploy.opencollection.json
  type: OpenCollection
description: 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, and an optional completion webhook) and returns an export id; `MapPlan.exports` returns
  export status, dateCreation, and downloadPath once processing reaches COMPLETE.