{
 "name": "URL to Markdown API",
 "endpoint": "GET or POST /convert",
 "params": {
  "url": "page URL (required unless POSTing raw html)",
  "html": "POST only: raw HTML to convert instead of fetching",
  "mainContentOnly": "true|false, strip nav/header/footer (default true)",
  "includeLinks": "true|false (default true)",
  "includeImages": "true|false (default true)"
 },
 "example": "/convert?url=https://example.com",
 "authentication": "Send your API key in the X-API-Key header (or subscribe via RapidAPI)."
}