v1

latestOpenAPI 3.1.02026-07-2671717.2 KB
Agents

Suggestions Agent

Generate chart type and data preparation suggestions from a dataset. Send a GraphConfig and a prompt, receive suggested visualizations.

The response is a Server-Sent Events (SSE) stream with progress, complete, and error events.

post/api/v0/suggestions

Request body

userPromptstring required

Natural language description of what to visualize

maxSuggestionCountinteger

Optional upper bound (1–4) communicated to the model for how many suggestions to aim for. The response is not truncated; the model may still return more items.

Response

SSE stream with progress and completion events