Analyzes an uploaded image and generates flowchart components based on the visual content. Currently supports ‘flowchart’ type (generates Mermaid syntax). Other types will return 501 Not Implemented.
POST
/
api
/
v0
/
components
/
generate
Generate component from image
Copy
curl --request POST \ --url https://api.example.com/api/v0/components/generate
Analyzes an uploaded image and generates flowchart components based on the visual content. Currently supports ‘flowchart’ type (generates Mermaid syntax). Other types will return 501 Not Implemented.