Skip to main content

Download a deliverable

GET 

/1.0/tasking/deliverables/:id/

Download a deliverable .zip file by calling this endpoint with the deliverable's id.

Due to the large size of these deliverables, the .zip file will download via a stream to the client. When reading the response, the following headers can be expected:

  • Content-Disposition: Indicates that the content is an attachment and provides a file name.
  • Content-Length: The size of the file being downloaded.

The file name provided includes the id of the deliverable, and can be used when saving the completed file if desired.

Please note that this endpoint is not callable from the sidebar on the right, as this page does not support streaming downloads. Instead, you can test it via curl (or your favourite scripting language) by ensuring you include the specified header parameters in your request.

For additional details on how to use this endpoint, please see: Download an image for more information.

Request

Responses

Successful retrieval of the deliverable .zip file stream.