GET
/
datasets
/
properties
/
se
/
{uuid}
/
orthophotos
curl --request GET \
  --url https://api.tic.io/datasets/properties/se/{uuid}/orthophotos \
  --header 'x-api-key: <api-key>'
[
  {
    "lantmateriet_OrderImageFileId": 123,
    "flightYear": 123,
    "flightAltitude": 123,
    "resolution": 123,
    "spectralType": "<string>",
    "fileName": "<string>",
    "url": "<string>",
    "error": "<string>",
    "processingTimeMs": 123,
    "fromCache": true,
    "flightRecordingStarted": "2023-11-07T05:31:56Z",
    "flightRecordingEnded": "2023-11-07T05:31:56Z"
  }
]

Get a list of all high-resolution orthophotos for each year. We will automatically mark the property boundary and enhance image quality for displaying directly in a web application.

The response will include the open URL to the high resolution image which you can directly reference. Please note that typical response times are 50-100 ms per image so make sure your request doesn’t time out since a response could contain up to 10 years of high-resolutions images (expect 1-3 seconds of non cached images).

Authorizations

x-api-key
string
header
required

Path Parameters

uuid
string
required

The unique identifier for the property

Response

200 - application/json

OK

The response is of type object[].