Kroki
API for generating diagrams from text-based definitions, supporting over 20 diagram languages including Mermaid, PlantUML, GraphViz, BPMN, and C4. Accepts textual diagram source and returns rendered output in formats such as SVG, PNG, and PDF.
Slug: kroki
Key:
Base URL:
Auth: none
Endpoints: 2
Reachable: unknown
CORS: unknown
Tier: verified
Key:
kroki.io:krokiBase URL:
https://kroki.ioAuth: none
Endpoints: 2
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Endpoints (5)
| Path | Summary | Response | Auth |
|---|---|---|---|
| Generate diagram via JSON API | application/octet-stream |
— | |
| health | Health check endpoint | text/plain |
— |
| {diagram_type} | Generate diagram with diagram type in URL | text/plain |
— |
| {diagram_type}/{output_format} | Generate diagram with type and format in URL | text/plain |
— |
| {diagram_type}/{output_format}/{encoded_diagram} | Generate diagram via GET request with encoded diagram | application/octet-stream |
— |