๐
Diagrams
Generate architecture / cloud diagrams as PNG from a prompt.
Base URL & auth
All endpoints are relative to this base. Authenticate with the
x-api-key header (needs an active subscription).
https://dashoviaapi-d7619530.fastapicloud.dev/api/dashovia/diagrams
Get an API key โ
Cost: 1 unit(s) / call
Endpoints
POST
/api/dashovia/diagrams/generate-diagram/Generate a diagram image from a description.
curl -X POST 'https://your-domain.com/api/dashovia/diagrams/generate-diagram/' \
-H 'x-api-key: dsv_xxx' \
-H 'content-type: application/json' -d '{"prompt":"web app on AWS"}'
Sample response
{...}