Retrieve Rotated Images

Why would I use this?

You might use this image if you want to get the "hero" or "front" image of your structure with the correct orientation. If the image was taken in a way that is not "right side up", our algorithm will rotate it relative to the ground. The image returned from this endpoint is rotated to the correct orientation; if the image does not need to be rotated, it will return the image as it was uploaded.

Getting the Image ID

The image ID can be retrieved from looking at the V3 job details endpoint for the job, and model you desire.

Successful Response

A 200 response here results in a .jpg photo downloading, with the EXIF data that indicates orientation removed, and the correct orientation applied.

Supported Versions

NameDescription
small200x200, 60% quality
medium800x800, 60% quality
low-qualityriginal resolution, 50% quality

Example Response

Below is an example of .jpg that is returned when using the "medium" version.

Path Params
string
required
Query Params
string

Accepted values are small, medium, and low_quality.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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