---
title: "List Australian elevation tiles (DEM/DSM/bathymetry) available over an AOI, grouped by product & resolution."
method: POST
path: "/v1/op/catalog.elvis.downloadables"
tags: ["kernel-ops"]
---

# List Australian elevation tiles (DEM/DSM/bathymetry) available over an AOI, grouped by product & resolution.

`POST /v1/op/catalog.elvis.downloadables`

## Headers

- `x-api-key` string, nullable

## Request body

- ElvisDownloadablesInput
  - `bbox` number[], nullable — AOI [west, south, east, north] (WGS84). One of bbox/intersects required.
  - `intersects` object, nullable — AOI GeoJSON Polygon/MultiPolygon (first ring is used).
  - `limit` integer — Max tiles across all product groups.

## Response `200`

Successful Response

- ElvisDownloadablesOutput
  - `source` string
  - `products` ElvisProductGroup[]
    - `product_type` string, required
    - `tier` string, required
    - `data_type` string
    - `gsd` number, nullable
    - `count` integer
    - `tiles` ElvisTile[]
      - `file_name` string, nullable
      - `bbox` string, nullable
      - `file_size` unknown
      - `metadata_url` string, nullable
      - `last_modified` string, nullable
      - `downloadable` boolean
  - `total` integer
  - `fulfillment` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
