This API fetches content from a URL and returns it as markdown.
GET /content/{encodeURIComponent('https://example.com')}
Example:
GET /content/https%3A%2F%2Fwww.example.com
The API will cache results to improve performance on subsequent requests.