Paste the URL of any web page you can open in a browser and rocthinc will turn it into clean Markdown + LaTeX.
Same backend from scripts or shortcuts.
POST /export
Content-Type: application/json
{
"url": "https://example.com",
"formats": ["md","tex"]
}