API Reference
Integrate Figviz diagram generation into your applications via REST API
Figviz exposes a single synchronous endpoint. You send prompts, the request blocks while the images render, and the finished URLs come back in the same response. There is no task ID and nothing to poll.
Quickstart
curl -X POST https://figviz.com/api/v1/generate \
-H "Authorization: Bearer fvk_your_api_key" \
-H "Content-Type: application/json"