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 /generate/
返回指定生成任务的当前状态,可用于轮询进行中的任务或查看已完成任务的详情。路径参数
要查询的生成任务 ID。
响应
生成任务唯一标识。
关联站点 ID。
当前状态:
pending、processing、completed 或 failed。进度百分比(0–100)。
生成所针对的 URL。
使用的生成选项。
生成文件的访问地址(完成时)。
全文版地址(完成时)。
失败时的错误信息。
创建时间(ISO 8601)。
完成时间(ISO 8601)。