Rotated Images

Retrieving Rotated Images for a Job

Our rotated images no longer have their own dedicated endpoint and have moved to the response of our Show Job Details endpoint. Within each model object, rotated images can be found under the images field which appears directly below the artifacts block.

Why would I use this?

You might want to use this image if you want to get the "hero" or the "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.

Example Job Details JSON Response Snippet:

 "images": [
        {
          "id": 166283885,
          "url": "https://hover.to/api/v2/images/166283885/image.jpg",
          "created_at": "2025-03-16T23:58:14.231Z"
        },
        {
          "id": 166283883,
          "url": "https://hover.to/api/v2/images/166283883/image.jpg",
          "created_at": "2025-03-16T23:58:14.132Z"
        },
        {
          "id": 166283891,
          "url": "https://hover.to/api/v2/images/166283891/image.jpg",
          "created_at": "2025-03-16T23:58:23.543Z"
        },
        {
          "id": 166283890,
          "url": "https://hover.to/api/v2/images/166283890/image.jpg",
          "created_at": "2025-03-16T23:58:23.475Z"
        },
        {
          "id": 166283889,
          "url": "https://hover.to/api/v2/images/166283889/image.jpg",
          "created_at": "2025-03-16T23:58:19.320Z"
        },
        {
          "id": 166283882,
          "url": "https://hover.to/api/v2/images/166283882/image.jpg",
          "created_at": "2025-03-16T23:58:14.085Z"
        },
        {
          "id": 166283888,
          "url": "https://hover.to/api/v2/images/166283888/image.jpg",
          "created_at": "2025-03-16T23:58:18.995Z"
        },
        {
          "id": 166283892,
          "url": "https://hover.to/api/v2/images/166283892/image.jpg",
          "created_at": "2025-03-16T23:58:23.568Z"
        },
        {
          "id": 166283884,
          "url": "https://hover.to/api/v2/images/166283884/image.jpg",
          "created_at": "2025-03-16T23:58:14.187Z"
        },
        {
          "id": 166283886,
          "url": "https://hover.to/api/v2/images/166283886/image.jpg",
          "created_at": "2025-03-16T23:58:18.892Z"
        },
        {
          "id": 166283887,
          "url": "https://hover.to/api/v2/images/166283887/image.jpg",
          "created_at": "2025-03-16T23:58:18.975Z"
        }
      ]