{
  "success": true,
  "message": "Anything-MD API — Convert any URL or content to Markdown",
  "usage": {
    "GET": "/?url=https://example.com",
    "POST_URL": "{ \"url\": \"https://example.com\" }",
    "POST_CONTENT": "{ \"content\": \"<html>...</html>\", \"contentType\": \"text/html\", \"fileName\": \"page.html\" }",
    "POST_HTML": "{ \"html\": \"<html>...</html>\" }"
  }
}