Skip to main content

Imago API for Developers

Version: 1.3.1

Download an image from an imagery

Servers
https://imago.api.seequent.com/integrate/2
GET
/image

Downloads an image. While the only required query parameters are collection name, imagery type name, and image type name, you must provide enough additional information to identify a single imagery in the collection that contains the desired image through one of the following methods:
a) the imagery's name, using the 'name' query parameter,
b) the imagery's depth interval, using the 'startDepth' and optionally 'endDepth' query parameters, or
c) the imagery's unique id, using the 'imageryId' query parameter.

Request

Query parameters

Search for this workspace.

Search for this dataset.

Search for this collection.

Search for an imagery with this imagery type.

Search for imagery by name.

Search for imagery by start depth.

Search for imagery by end depth.

Search for an image of this image type in the imagery.

Scale the image to this width (height is adjusted according to aspect ratio if not specified).

Scale the image to this height (width is adjusted according to aspect ratio if not specified).

Responses

200

Successful response.

401

Unauthorized

404

Not Found

422

The request could not be completed using the supplied parameters.

500

Internal error occurred during the request.