Create Dashboard
Creates a dashboard, optionally with starter widget configurations, and returns the id of the created dashboard. Use the dashboard detail endpoint for its full configuration, or a query endpoint for computed widget data.
Headers
CONFIDENT_API_KEY
The API key of your Confident AI project.
Request
The dashboard configuration to create.
name
The dashboard's name.
description
An optional description of the dashboard.
private
Whether the dashboard is private. Defaults to false.
widgets
Optional starter widgets to create alongside the dashboard.
Response
The id of the created dashboard.
success
Indicates if the request was successful.
data
The id of the affected dashboard or widget.
deprecated
Indicates if this endpoint is deprecated.