---
title: "Preview Dashboard"
method: POST
path: "/api/endpoint-monitor/dashboard-preview"
tags: ["endpoint-monitor"]
---

# Preview Dashboard

`POST /api/endpoint-monitor/dashboard-preview`

Parse a dashboard URL and render preview panel screenshots.

Returns JSON with base64-encoded PNG images for each panel.

## Request body

- AddDashboardViewRequest — Request to add a dashboard view by pasting a URL.
  - `url` string, required
  - `role` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/revisions/4e792a4f0e21/schema)
