---
title: "overlays/model/{model}/preview"
method: GET
path: "/api/overlays/model/{model}/preview"
tags: ["overlays"]
---

# overlays/model/{model}/preview

`GET /api/overlays/model/{model}/preview`

Get the per-pixel virtual-display coordinates for a model, for a lightweight layout preview. Sourced from config/virtualdisplaymap (the xLights-exported layout) and returned on demand so the UI never has to inline this data (which can be hundreds of thousands of points per model) for every model at once.

## Response `200`

Object with a `pixels` array of [x, y, channel] triples.

---

[API](https://skmtc.net/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.net/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/versions/6fa524e15dd4/schema)
