DroneDeploy Uploads and Images API

Manage the source imagery behind a map. `MapPlan.imageCount` is confirmed; image listing and upload/ingest mutations that add photos to a plan and trigger map processing are modeled from the schema. Large binary uploads follow DroneDeploy's presigned-upload flow rather than inline GraphQL payloads.

API entry from apis.yml

apis.yml Raw ↑
aid: dronedeploy:dronedeploy-uploads-and-images-api
name: DroneDeploy Uploads and Images API
tags:
- Uploads
- Images
- Photogrammetry
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://developer-docs.dronedeploy.com/api/introduction
baseURL: https://www.dronedeploy.com/graphql
properties:
- url: https://developer-docs.dronedeploy.com/api/introduction
  type: Documentation
- url: https://developer-docs.dronedeploy.com/api/examples/fetching-a-single-object
  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: Manage the source imagery behind a map. `MapPlan.imageCount` is confirmed; image listing
  and upload/ingest mutations that add photos to a plan and trigger map processing are modeled from the
  schema. Large binary uploads follow DroneDeploy's presigned-upload flow rather than inline GraphQL payloads.