Images

The Image API let's you download the images uploaded for a job. A processed version of the image that's been converted into a common format, and has it's orientation normalized to ground level.

To get an image you'll need to construct it's URL. The unique part of an image URL is the ID of the image. You can get image IDs by utilizing the Show Job Details endpoint.

When you request the image you will be redirected to another URL. Currently, that's a pre-authenticated Amazon S3 URL. There you'll find the actual image file. Some clients will automatically follow the redirect and return the image. If you don't follow the redirect the final URL to the image can be found in the "Location" header of the response. That URL should function for at least 10 minutes before it expires.