Let's talk about MonkeyTeX here. My first question is:
How to download a .tex file via the API?
Thanks.
Others ⇒ MonkeyTeX
NEW: TikZ book now 40% off at Amazon.com for a short time.

- EnriqueVilla
- Posts: 20
- Joined: Thu Jun 26, 2025 10:31 pm
Re: MonkeyTeX
Hi! If MonkeyTeX provides an API, you’ll likely need to authenticate (maybe with an API key) and send a GET request to an endpoint like /files/{filename}.tex. Check their API docs for the exact route and any headers needed. Let us know what you’ve tried so far!