GET /file/:siteId/download
This endpoint allows you to download thellms.txt file for a given site. It sets the Content-Disposition header to prompt a download in the browser. This is a public endpoint.
Path Parameters
The ID of the site.
Query Parameters
If
true, downloads the version of the file that includes the full text of each page. Defaults to false.Response
The response will be thellms.txt file, which will trigger a download in the browser.