Plans, quota, billable units

料金と quota を、API 利用単位で明確に。

Discovery 用の catalog API は 0 billable units。検索、本文取得、ページ画像取得だけが compute units を消費します。

Billable rule2xx レスポンスのみ計上4xx / 5xx / 429 は消費なし目次と一覧は 0 units

Plans

プラン

Trial

¥0 / 14日間

まず API を試す

catalog quota
300 RPM / 50,000 req/day
compute quota
2,000 units/month / 60 RPM

クレジットカード不要。終了後は Plus または Pro で再開できます。

Plus

¥2,980 /

個人投資家、個人開発者、軽量な agent 利用

catalog quota
300 RPM / 50,000 req/day
compute quota
2,000 units/month / 60 RPM

文書検索や必要セクションの取得を小さく始める標準プランです。

Pro

¥29,800 /

継続的なリサーチ、社内ワークフロー、複数 agent 利用

catalog quota
1,200 RPM / 日次上限の事前設定なし
compute quota
40,000 units/month / 300 RPM

通常の対話利用や agent 利用を超える同期用途は個別契約の対象です。

Quota

無料 catalog と月間 compute quota

0 billable units

新着確認、文書一覧、文書詳細、目次取得は compute units を消費しません。 ポーリングやセクション選定を先に行い、必要な本文だけ取得できます。

  • GET /v1/issuers/search
  • GET /v1/documents
  • GET /v1/documents/{document_id}
  • GET /v1/documents/{document_id}/toc
  • GET /v1/news
  • GET /v1/news/{news_id}

quota の考え方

0 units の API も認証、rate limit、quota の対象です。Plus は月 2,000 units、 Pro は月 40,000 units までの compute 利用を想定しています。

bulk export、mirroring、高頻度の全量同期、外部顧客向け SaaS への組込みは 個別契約で扱います。

Billable unit

compute units

検索

Endpointunits
POST /v1/search/documents1
POST /v1/search/news1

本文取得

取得対象units
5,000 tokens 以下1
20,000 tokens 以下2
80,000 tokens 以下4
80,000 tokens 超8

`sections` 指定時は、重複除去後の section_id に対応する toc token count 合計で判定します。

ページ画像取得

1 page = 1 unit

決算説明資料など、テキスト化で情報が落ちるページを VLM に渡す用途を想定しています。

Markdown source

料金表の Markdown も公開しています

LLM や社内ドキュメント取り込みには raw Markdown を使えます。