Generate a chart’s title, subtitle, and caption. Narrative is written into config.content as TipTap JSON. Requires userPrompt.
The response is a Server-Sent Events (SSE) stream with progress, complete, and error events.
GraphConfig and a prompt, receive an updated GraphConfig via Server-Sent Events. Narrative is written into config.content as TipTap JSON.
userPrompt is required — the narrative agent needs an instruction to write against. Which fields are produced (title only, title + caption, or all three) depends on the storytelling level derived from metadata.effort.
| Status | Description |
|---|---|
| 200 | Success (stream begins) |
| 400 | Invalid request body |
| 401 | Invalid or missing API key |
| 429 | Rate limit exceeded |
| 500 | Internal server error |
Your Graphy API key
The graph configuration object used to render charts. See Graph Config Schema for the complete reference.
Natural language instruction describing the desired changes
10000Optional tracking information for requests
SSE stream with progress and completion events