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.
POST /discovery
为网站启动 URL 发现任务,返回用于追踪进度与获取结果的discoveryId。
请求体
目标网站 URL,须为合法的 http/https 地址。
最多发现的 URL 数量,范围 1–1000。
发现方式:
full:结合站点地图解析与爬取,覆盖更全sitemap:仅解析 sitemap.xmlcrawl:仅通过跟随链接爬取
响应
发现任务唯一标识。
正在发现的 URL。
任务状态:
started、processing、completed 或 failed。使用的发现方式。
URL 数量上限。
进度百分比。
当前已发现的 URL 数量。
创建时间(ISO 8601)。
预计完成时间。