Get a download URL for a survey orthomosaic

Returns a download URL for an orthomosaic for a single survey

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

An orthomosaic represents a georeferenced map of a survey, generated from aerial imagery (drone/satellite).

Supported bands:

  • visual
  • dem
  • red
  • nir
  • reg
  • lwir
  • ndvi
  • ndre

Responses

HTTP 200 (Ok)

KeyTypeDescription
download_urlStringA presigned URL to download the orthomosaic.
expires_inIntegerTime (in seconds) until the orthomosaic expires

HTTP 202 (Accepted)

Orthomosaics are archived 21 days after processing. When an attempt is made to access an archived orthomosaic, a HTTP 202 response is returned, indicating that a restoration process was initiated. Restoration can take up to 12 hours. Once restored, the orthomosaic is accessible for up to 14 days before returning to an archived state.

KeyTypeValue
detailStringRestoring orthomosaic from archive. This can take up to 12 hours.
Path Params
integer
required

Unique identifier of the survey to generate an orthomosaic for

Body Params
string
enum
Defaults to visual

Select the type of imagery used to generate the orthomosaic

Allowed values are:
• visual - RGB imagery
• dem - Depth map
• red - Red multispectral band
• nir - Near infrared multispectral band
• reg - Red edge multispectral band
• lwir - Thermal
• ndvi - Normalized Difference Red Edge Index
• ndre - Normalized Difference Vegetation Index

Responses

202

{ "detail": "Restoring orthomosaic from archive. This can take up to 12 hours." }

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json