Every response fromDocumentation Index
Fetch the complete documentation index at: https://docs.outkit.dev/llms.txt
Use this file to discover all available pages before exploring further.
/render/enhance contains an ordered array of ContentBlock objects. All blocks — including plain text — are component blocks.
ComponentBlock
A structured UI component with typed props, ready for rendering. Text content usescomponent: "text" and is rendered by the Typography component.
Text example
Component example
| Field | Type | Description |
|---|---|---|
component | string | Component type key (e.g. "text", "table", "alert", "checkbox") |
version | string | Schema version. Currently "1.0" |
props | object | Component-specific structured data. See Components |
meta | object? | Optional metadata |
meta.title | string? | Component title |
meta.description | string? | Component description |
meta.confidence | number? | Classification confidence (0–1) |
fallback | string? | Original markdown text. Use this if the component fails to render |
The API transmits blocks in a compact wire format with single-character keys (
c, v, p, m, f).