.rocthinc

from page to chapter

Paste the URL of any web page you can open in a browser and rocthinc will turn it into clean Markdown + LaTeX.

Formats
Works on articles, docs, AI chats, anything public you can see in a browser tab.
API

Same backend from scripts or shortcuts.

POST /export
Content-Type: application/json

{
  "url": "https://example.com",
  "formats": ["md","tex"]
}