DashboardCharts
Delete a saved chart
Any user at the company with access to this page's chart feature may delete any saved chart under this pageContext — saved charts are shared, not per-user.
path Parameters
companyIdpageContextchartIdHeaders
GoSmarter-Api-KeyThe GoSmarter-Api-Key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Delete a saved chart › Responses
Deleted
List saved charts for a page
Returns every chart the company has saved for this pageContext. Cheap: metadata + spec JSON only, no chart data.
path Parameters
companyIdpageContextHeaders
GoSmarter-Api-KeyThe GoSmarter-Api-Key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
List saved charts for a page › Responses
Saved charts, newest first
savedDashboardChartIdcompanyIdpageContextcreatedBynamechartSpecJsonpromptTextmodelDeploymentpromptVersioncreatedAtupdatedAtSave a chart spec to the company's shared dashboard
Persists a validated chart spec, name, and audit metadata. Visible and deletable by any user at the company with access to this page's chart feature.
path Parameters
companyIdpageContextHeaders
GoSmarter-Api-KeyThe GoSmarter-Api-Key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Save a chart spec to the company's shared dashboard › Responses
The saved chart
savedDashboardChartIdcompanyIdpageContextcreatedBynamechartSpecJsonpromptTextmodelDeploymentpromptVersioncreatedAtupdatedAtPropose a chart spec from a natural-language prompt
Returns a validated ChartSpec for client-side preview. Never persisted — call SaveChart to keep it. Rate limited to 20 calls per company per 24 hours.
path Parameters
companyIdpageContextThe registered dataset catalogue to propose against, e.g. 'sales-orders-insights'.
Headers
GoSmarter-Api-KeyThe GoSmarter-Api-Key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Propose a chart spec from a natural-language prompt › Responses
Validated chart spec

