> ## Documentation Index
> Fetch the complete documentation index at: https://docs.worldlabs.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Pano

> Generate RGB panoramas from depth panorama inputs.

Pano endpoints work with panorama assets and return long-running operations.

<CardGroup cols={1}>
  <Card title="Depth to RGB" icon="scan" href="/api/reference/pano/depth_to_rgb">
    **POST** `/marble/v1/pano:depth_to_rgb`

    Generate an RGB panorama from a depth panorama and a text description.
  </Card>
</CardGroup>

## Flow

The endpoint returns an operation. Poll
[Get an operation](/api/reference/operations/get) until the generated panorama
URL is available in the response.
