Skip to main content
GET
/
flight-images
/
se
/
{uuid}
/
with-metadata
Get flight images for a Swedish property (with metadata)
curl --request GET \
  --url https://lens-api.tic.io/flight-images/se/{uuid}/with-metadata \
  --header 'x-api-key: <api-key>'
{
  "flightImages": [
    {
      "lantmateriet_OrderImageFileId": 123,
      "flightYear": 123,
      "flightAltitude": 123,
      "resolution": 123,
      "spectralType": "<string>",
      "fileName": "<string>",
      "fileNameLength": 123,
      "fileNameReduced": "<string>",
      "fileNameReducedLength": 123,
      "url": "<string>",
      "urlReduced": "<string>",
      "error": "<string>",
      "processingTimeMs": 123,
      "fromCache": true,
      "flightRecordingStarted": "2023-11-07T05:31:56Z",
      "flightRecordingEnded": "2023-11-07T05:31:56Z",
      "totalArea": 123,
      "numberOfAreas": 123
    }
  ],
  "error": "<string>",
  "errorCode": "none",
  "success": true,
  "requestedPropertyId": "<string>",
  "totalProcessingTimeMs": 123
}
Enterprise+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

uuid
string
required

Swedish Lantmäteriet property UUID

Query Parameters

latest
boolean
default:false

If true, returns only the most recent flight image

year
integer<int32>

If specified, returns only images captured during this year (1949–current)

Response

OK

flightImages
null | object[]
error
null | string
errorCode
enum<string>
Available options:
none,
invalidPropertyId,
invalidCoordinates,
invalidBufferDistance,
propertyNotFound,
noImagesAvailable,
areaTooLarge,
tooManyTiles,
geographicSpreadTooLarge,
imageFileNotFound,
imageProcessingFailed,
databaseError,
unknownError
success
boolean
requestedPropertyId
null | string
totalProcessingTimeMs
null | integer<int64>