Eraser's API allows you to create diagrams like these by making an API request to Eraser.
Endpoints
/api/render/prompt
: Generate AI diagram from user prompt/api/render/elements
: Create diagram from Eraser DSL (non-AI)
Where to get started
Use cases
- Build a Slackbot that will respond to user's prompt with a diagram
- Build a CI action that will generate a diagram based on a newly opened PR
- Anything you can imagine!