POST /generate
发起llms.txt 生成任务。根据用户套餐支持 simple 与 enhanced 两种生成方式。
增强生成使用 AI 优化标题与描述,积分消耗为简明生成的 2 倍。
请求体
string
必填
目标网站 URL,须为合法的 http/https 地址。
object
生成选项对象。
响应
string
生成任务唯一标识。
string
任务状态:
queued、processing、completed 或 failed。number
进度百分比(0–100)。
string
可读的状态说明。
string
生成的
llms.txt 访问地址。string
全文版 llms.txt 地址(当启用 showFullText 时)。
string
本次生成创建或更新的站点 ID。
number
本次生成扣除的积分数。