# Display:Display

**Page:** api/display-display

[Download Raw Markdown](./api/display-display.md)

---

## API Endpoints Summary

- **GET** `/api/v1/display/` — Access the HTML5 Display client interface
- **GET** `/api/v1/display/info` — Get display information and screenshots
- **GET** `/api/v1/display/screenshots` — List all available screenshots
- **GET** `/api/v1/display/clipboard` — Read clipboard text
- **POST** `/api/v1/display/clipboard` — Write clipboard text
- **GET** `/api/v1/display/windows` — List windows on the current display
- **GET** `/api/v1/display/window/{windowId}/properties` — Get extended properties for a window

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```