Components

Get a component by ID

Retrieves a component by its ID.

get/api/v0/components/{component_id}

Path parameters

component_idstring required

Response

Successful Response

idstring uuid required

The ID of the component

type'flowchart' | 'diagram' | 'mindmap' | 'chart' | 'table' | 'schematic' required

The type of the component

labelstring required

The label of the component

descriptionstring nullable

A description of the component

contentstring nullable

The generated component content

render_svgstring nullable

SVG rendering of the chart (for matplotlib charts only)

groundingobject nullable

Grounding metadata (bounding boxes, detections)

metadataobject nullable

Component metadata (includes processed_image_url for charts)

confidencenumber nullable

Global confidence score (0.0-1.0) for flowchart generation quality

Changes

No recorded changes to this endpoint across all 1 revision of this API.