https://github.com/clever/graphviz-service
A REST interface to the graphviz command line tool.
https://github.com/clever/graphviz-service
Last synced: about 1 year ago
JSON representation
A REST interface to the graphviz command line tool.
- Host: GitHub
- URL: https://github.com/clever/graphviz-service
- Owner: Clever
- Created: 2016-01-10T04:10:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T17:04:27.000Z (over 1 year ago)
- Last Synced: 2025-03-12T18:20:54.179Z (over 1 year ago)
- Language: Makefile
- Size: 109 KB
- Stars: 9
- Watchers: 59
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Graphviz service
A REST interface to the [graphviz](http://www.graphviz.org/) command line tool.
## Endpoints:
- **/dot?[format=png|svg|pdf|plain]** `POST`: Expects the post body to be in the [dot format](https://en.wikipedia.org/wiki/DOT_(graph_description_language)) and returns the rendered graph is the specified format. Format defaults to png.