overlays
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.
get/api/overlays/model/{model}/preview
Response
Object with a pixels array of [x, y, channel] triples.