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。
使用した生成オプション。
生成ファイルにアクセスする URL(完了時)。
全文版にアクセスする URL(完了時)。
ジョブ失敗時のエラーメッセージ。
ジョブ作成日時の ISO 8601 タイムスタンプ。
ジョブ完了日時の ISO 8601 タイムスタンプ。