v4

latestOpenAPI 3.1.02026-08-01207318738.7 KB
AI

Render AI job visualization

Render the visualization from a completed AI job as a PNG image. The endpoint extracts the visualization configuration from the job result, loads Arrow IPC data, and renders it server-side using Vega. For style-only follow-ups (e.g., "make it a bar chart"), the endpoint walks back through previous jobs in the conversation to find the original query data.

get/api/v1/ai/jobs/{jobId}/vis

Path parameters

jobIdstring uuid required

The unique identifier of the AI job

Example:123e4567-e89b-12d3-a456-426614174000

The unique identifier of the AI job

Response

Visualization rendered as a PNG image. The Content-Type header is image/png.