Export a diagram as PNG or SVG
GET
/api/v1/diagrams/{id}/exportParameters
formatquerystringpng or svg
Responses
200Exported image
Request
curl -X GET "https://api.knowledgetree.dev/api/v1/diagrams/{id}/export" \
-H "Authorization: Bearer $KT_API_TOKEN"Response
200Exported image
Example response not yet documented.