Item download
GET/:contract_id/:order_id/:item_id/download
Download an item, identified by its STAC ID, for a specified imagery order owned by the authenticated user.
By default, the redirect parameter is set to True which allows the image content to be downloaded locally. If the redirect parameter is False, a presigned download URL with an expiry will be returned.
Request
Responses
- 200
- 202
- 307
- 404
- 422
Successful Response
Download request accepted but not yet ready. Check Retry-After header and, if present, the progress field.
Response Headers
Retry-After
Number of seconds to wait before retrying the request
Redirect to download URL
Response Headers
Cache-Control
Caching directives for the response
Not Found
Validation Error