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 /sites//markdown/export
生成并返回站点全部 URL 及其内容的 Markdown 导出,仅限付费套餐。该功能需要付费订阅,免费用户将收到错误响应。
路径参数
要导出的站点 ID。
查询参数
导出格式:
individual:返回 JSON,每条 URL 对应一段 Markdowncombined:返回合并后的单个 Markdown 文本
若为
true,实时抓取内容而非使用缓存 Markdown。响应
当format=individual 时返回 JSON:
导出是否成功。
导出格式(
individual)。Markdown 文件对象数组。
format=combined 时返回纯 Markdown 文本,并附带下载用的 Content-Disposition 头。