{
  "service": "pandoc-api",
  "version": "3.1",
  "endpoints": {
    "GET /": "This info",
    "POST /convert": "Convert document (form: from, to, content)",
    "POST /convert/json": "Convert with JSON body"
  },
  "formats": [
    "markdown",
    "html",
    "pdf",
    "docx",
    "latex",
    "rst",
    "json"
  ]
}