{
  "name": "aspicio-api",
  "openapi": "/openapi.json",
  "endpoints": {
    "GET|POST /describe": "structured JSON summary of a DXF (?src=<url> or POST body)",
    "GET|POST /render": "?format=png|svg&width=&bg=  — render a DXF to an image",
    "GET|POST /describe-pdf": "the same, for a PDF",
    "GET|POST /render-pdf": "the same, for a PDF",
    "GET|POST /describe-doc": "the same, for any supported format (detected from the bytes)",
    "GET|POST /render-doc": "the same, for any supported format (detected from the bytes)"
  }
}