Documentation Index
Fetch the complete documentation index at: https://docs.llmgenerator.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /file//download
Mit diesem Endpunkt laden Sie diellms.txt-Datei einer Website herunter. Der Header Content-Disposition löst im Browser einen Download aus. Öffentlicher Endpunkt ohne Authentifizierung.
Pfadparameter
Kennung der Website.
Abfrageparameter
Bei
true wird die Variante mit Volltext jeder Seite heruntergeladen.Antwort
Die Antwort ist die Dateillms.txt mit passenden Headern:
- Content-Type:
text/plain; charset=utf-8 - Content-Disposition:
attachment; filename="{hostname}-llms.txt" - Cache-Control:
public, max-age=300
example-com-llms.txt bzw. example-com-llms-full.txt für die Volltextvariante).