GET /file/:siteId
This endpoint returns the content of thellms.txt file for a given site. This is a public endpoint and does not require authentication.
Path Parameters
The ID of the site for which to retrieve the file.
Query Parameters
If
true, returns the version of the file that includes the full text of each page. Defaults to false.Response
The response will be the plain text content of thellms.txt file.