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: URL ごとの Markdown を JSON で返すcombined: 結合済み Markdown を 1 ファイルで返す
true の場合、キャッシュではなく最新のコンテンツを取得します。レスポンス
format=individual の場合は JSON が返ります。
エクスポートが成功したかどうか。
出力形式(
individual)。Markdown ファイルオブジェクトの配列。
format=combined の場合はプレーンテキストの Markdown と、ダウンロード用の Content-Disposition ヘッダーが返ります。