{
  "ok": true,
  "service": "Dawloom API",
  "version": "v1",
  "description": "Free document-to-markdown conversion and a contact endpoint. No API key. Nothing is stored.",
  "documentation_url": "https://dawloom.com/developers/",
  "openapi_url": "https://dawloom.com/api/v1/openapi.json",
  "mcp_url": "https://dawloom.com/mcp",
  "mcp_manifest_url": "https://dawloom.com/.well-known/mcp.json",
  "llms_txt_url": "https://dawloom.com/llms.txt",
  "agent_instructions_url": "https://dawloom.com/agents.md",
  "authentication": "none",
  "rate_limits": {
    "read": {
      "limit": 120,
      "window_seconds": 60
    },
    "convert": {
      "limit": 30,
      "window_seconds": 60
    },
    "contact": {
      "limit": 5,
      "window_seconds": 600
    }
  },
  "endpoints": [
    {
      "method": "GET",
      "path": "/api/v1/",
      "operation_id": "getApiIndex",
      "description": "List the API endpoints",
      "deprecated": false
    },
    {
      "method": "GET",
      "path": "/api/v1/health",
      "operation_id": "getHealth",
      "description": "Check that the API is up",
      "deprecated": false
    },
    {
      "method": "GET",
      "path": "/api/v1/formats",
      "operation_id": "listSupportedFormats",
      "description": "List the document formats that can be converted",
      "deprecated": false
    },
    {
      "method": "GET",
      "path": "/api/v1/openapi.json",
      "operation_id": "getOpenApiDocument",
      "description": "Fetch this OpenAPI document",
      "deprecated": false
    },
    {
      "method": "GET",
      "path": "/api/v1/convert",
      "operation_id": "getConvertUsage",
      "description": "Usage notes for the convert endpoint",
      "deprecated": false
    },
    {
      "method": "POST",
      "path": "/api/v1/convert",
      "operation_id": "convertDocument",
      "description": "Convert a document to markdown",
      "deprecated": false
    },
    {
      "method": "POST",
      "path": "/api/v1/contact",
      "operation_id": "submitContactMessage",
      "description": "Send a project enquiry to Dawloom",
      "deprecated": false
    },
    {
      "method": "GET",
      "path": "/api/convert",
      "operation_id": "getConvertUsageLegacy",
      "description": "Usage notes for the convert endpoint",
      "deprecated": true
    },
    {
      "method": "POST",
      "path": "/api/convert",
      "operation_id": "convertDocumentLegacy",
      "description": "Convert a document to markdown",
      "deprecated": true
    }
  ]
}
