{
  "schema_version": "1.0.0",
  "name": "MOBI to PDF Converter",
  "description": "Free web-based tool and API to convert MOBI/PRC ebooks to PDF.",
  "links": {
    "llms_txt": "https://mobitopdf.com/llms.txt",
    "home": "https://mobitopdf.com/"
  },
  "capabilities": [
    {
      "type": "conversion",
      "formats": {
        "input": [".mobi", ".prc"],
        "output": [".pdf"]
      },
      "api": {
        "specification": "https://mobitopdf.com/llms.txt",
        "endpoints": [
          {
            "path": "/api/convert",
            "method": "POST",
            "description": "Upload a .mobi or .prc file to queue a PDF conversion"
          },
          {
            "path": "/api/status/{id}",
            "method": "GET",
            "description": "Poll the conversion progress and retrieve errors"
          },
          {
            "path": "/api/download/{id}",
            "method": "GET",
            "description": "Download the generated PDF document (available for 10 minutes)"
          }
        ]
      }
    }
  ]
}
