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
Permet de télécharger le fichierllms.txt pour un site donné. Définit l’en-tête Content-Disposition pour proposer un téléchargement dans le navigateur. Point de terminaison public, sans authentification.
Paramètres de chemin
Identifiant du site.
Paramètres de requête
Si
true, télécharge la variante incluant le texte intégral de chaque page.Réponse
Fichierllms.txt avec les en-têtes appropriés :
- Content-Type :
text/plain; charset=utf-8 - Content-Disposition :
attachment; filename="{hostname}-llms.txt" - Cache-Control :
public, max-age=300
example-com-llms.txt ou example-com-llms-full.txt pour la version texte intégral).