render_diagram
Render PlantUML source text to a diagram image. Returns a PNG image block (format "png") or the SVG markup as text (format "svg", default), plus the shareable render URL. The source is validated first: on a syntax error the result is an error object with line, column, hint and a help link so you can fix the diagram and retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | PlantUML source including @startuml ... @enduml (or the matching @start/@end pair) | |
| format | No | svg |