---
title: "The visualizations available for an item — RGB/index/elevation — backend-owned + resolved."
method: POST
path: "/v1/visualization/list_for"
tags: ["resource-facade"]
---

# The visualizations available for an item — RGB/index/elevation — backend-owned + resolved.

`POST /v1/visualization/list_for`

## Headers

- `x-api-key` string, nullable

## Request body

- VisualizationListInput
  - `band_roles` object
  - `data_type` string
  - `render_params` object
  - `asset` string, nullable
  - `primary_band_count` integer, nullable
  - `classification_classes` object[], nullable
  - `item_id` string, nullable

## Response `200`

Successful Response

- VisualizationListOutput
  - `visualizations` VisualizationSpec[]
    - `id` string, required
    - `label` string, required
    - `kind` 'rgb' | 'index' | 'elevation' | 'raw' | 'classification' | 'grayscale', required
    - `asset` string, nullable
    - `bands` integer[], nullable
    - `expression` string, nullable
    - `colormap` string, nullable
    - `rescale` string, nullable
    - `is_default` boolean
    - `category` string, nullable
    - `description` string
    - `required_roles` string[], nullable
    - `classes` object[], nullable
  - `default_id` 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)
