概要 概要 ニュース ニュース
共有
開発者

API / MCP カタログ

PaperOfficeの全機能カタログ — Document AIからSecurity APIsまで — RESTとMCPによるバイブコーディング向けに構築されています。

100% API-first · REST + MCP · one account · EU-hosted

世界の大手企業からの信頼

100% APIファースト

アプリ内のすべての機能はREST APIおよびMCP経由でも利用可能です。同じエンジンを使用し、インターフェースを自由に選択できます。

PaperOfficeでVibe Coding

llms.txtを貼り付け、必要なものを伝えれば、完成したコードが返ってきます — 全機能カタログはこちら。

  1. llms.txtを貼り付け PaperOfficeのllms.txtをClaude、Cursor、またはChatGPTにドロップします。
  2. 何をしたいか伝える 統合内容を平易な言葉で説明するか、以下のプロンプトをコピーしてください。
  3. 完成したコードを取得 IDEが動作するRESTまたはMCP統合を記述します。
コードが提供する機能

Document Extractor

請求書のPDFから、仕入先、合計金額、および各フィールドの位置(バウンディングボックス)を抽出します。

Read this llms.txt:
https://api.paperoffice.ai/latest/docs/llms.txt

Build a small Node.js script that:
1) Uploads an invoice PDF to POST /job with ocr_mode=complete and idp_collection=invoice
2) Uses Authorization: Bearer po_ut_YOUR_API_KEY
3) Sets processing_lane=instant for a synchronous result
4) Prints vendor, total and bounding boxes from job_result
コードが提供する機能

Address → Geolocation

住所から緯度、経度、および表示名を取得します。

Read this llms.txt:
https://api.paperoffice.ai/latest/docs/llms.txt

Write a curl one-liner and a matching fetch() snippet that:
1) Calls PaperOffice forward geocoding for "Friedrichstraße 123, Berlin"
2) Sends Authorization: Bearer po_ut_YOUR_API_KEY
3) Prints lat, lon and display_name
コードが提供する機能

Audit-safe Send

パスワード保護付きのPDFを送信し、完全な配送ログを残します。

Read this llms.txt:
https://api.paperoffice.ai/latest/docs/llms.txt

Build a secure document delivery flow:
1) POST /document_delivery/create_and_send with pofids, recipient_email, subject
2) Set security_mode=link (password in the same email) or security_mode=secure_sms
3) Use Authorization: Bearer po_ut_YOUR_API_KEY
4) Print delivery_id and confirm access events are logged
コードが提供する機能

HITL Task

自動化を一時停止して人間のレビューを行い、承認後にワークフローを再開します。

Read this llms.txt:
https://api.paperoffice.ai/latest/docs/llms.txt

Build a Human-in-the-Loop integration that:
1) Creates or fetches an open HITL review task for a processed document
2) Shows extracted fields that need approval
3) Submits approve or reject via the documented HITL endpoints
4) Uses Authorization: Bearer po_ut_YOUR_API_KEY
5) Prints the updated task status
コードが提供する機能

Document Chat

アップロードされた文書について、根拠となるソースに基づいて質問に回答します。

Read this llms.txt:
https://api.paperoffice.ai/latest/docs/llms.txt

Build a document chat (RAG) client that:
1) Asks a question against a workspace or document set
2) Uses Authorization: Bearer po_ut_YOUR_API_KEY
3) Prints the answer plus cited source snippets
4) Handles follow-up questions in the same session when supported
コードが提供する機能

Knowledge Base Q&A

汎用モデルの記憶ではなく、ヘルプセンターの記事から回答を返します。

Read this llms.txt:
https://api.paperoffice.ai/latest/docs/llms.txt

Build a Knowledge Base Q&A script that:
1) Sends a user question to the Knowledge Base / helpdesk knowledge endpoints
2) Uses Authorization: Bearer po_ut_YOUR_API_KEY
3) Prints the answer and the article titles used as sources
4) Falls back gracefully when no article matches
コードが提供する機能

Brand Translator

ブランド名や製品用語を変更せずにテキストを翻訳します。

Read this llms.txt:
https://api.paperoffice.ai/latest/docs/llms.txt

Build a translation call that:
1) POSTs to /translate/text with source_language=en and target_language=de
2) Sets tone=formal and preserve_terms_preset=paperoffice_brand
3) Translates: "Connect PaperOffice AI-IDP to Claude via MCP without rewriting PaperOffice."
4) Uses Authorization: Bearer po_ut_YOUR_API_KEY
5) Prints the translated text and confirms PaperOffice / AI-IDP / MCP stayed intact
コードが提供する機能

TTS + Dictionary

汎用のTTS推測ではなく、発音辞書を使用して製品名を正しく読み上げます。

Read this llms.txt:
https://api.paperoffice.ai/latest/docs/llms.txt

Build a TTS flow with pronunciation control:
1) Ensure an account pronunciation lexicon entry for "PaperOffice" (and one custom term)
2) POST /job with text containing those terms, voice=Nadja, output_format=mp3, output=url
3) Set processing_lane=instant for a synchronous audio URL
4) Uses Authorization: Bearer po_ut_YOUR_API_KEY
5) Prints job_result.audio_url
コードが提供する機能

PDF Splitter

マルチドキュメントのPDFをインテリジェントな境界で分割し、個別のファイルにします。

Read this llms.txt:
https://api.paperoffice.ai/latest/docs/llms.txt

Build a PDF splitter that:
1) Uploads a batch PDF via POST /job with template=pdf_ai_split
2) Uses Authorization: Bearer po_ut_YOUR_API_KEY
3) Sets processing_lane high enough (prefer instant for sync) for a usable sync/async result per llms.txt
4) Prints the resulting split file list / URLs
コードが提供する機能

PII Redactor

PDF内の個人データを検出し、永久的に削除されたファイルを返します。

Read this llms.txt:
https://api.paperoffice.ai/latest/docs/llms.txt

Build a PII redaction flow that:
1) Detects PII in an uploaded PDF (preview with redact boxes)
2) Applies redaction to produce a GDPR-safe output file
3) Uses Authorization: Bearer po_ut_YOUR_API_KEY
4) Prints detected categories and the redacted file URL / id

さらに多くの完成済みのプロンプトはAPI例にあります。従来のHTTPリファレンス: API例 · Postmanコレクション · プレイグラウンド

44の機能

エージェントに即活用可能な全機能

Document AI, Workflow, Analytics, Conversation, Media, Knowledge & Support, Security & Data — each with REST and MCP from one account.

Document AI

15 機能 · REST + MCP

15
Workspaces 文書をセキュリティティアで整理し、誰が何を見えるかを制御し、すべてのファイルをAPIでアクセス可能に保ちます。 REST + MCP Storage Mounts 独自のストレージ(BYOS)を接続します。PaperOfficeはデータ移行を強制せず、その場で処理を行います。 REST + MCP 分類 受信ファイルを文書タイプに自動分類し、保持ルールとルーティングルールを適用します。 REST + MCP Connectors メール、クラウドドライブ、ビジネスシステムからデータを取得します — AI-DMS UIと同じパイプラインを使用します。 REST + MCP モバイルアプリ 外出先で文書をスキャン、署名、チャットできます — すべてのアクションが同じワークスペースAPIに記録されます。 REST + MCP IDP Agents 請求書、契約書、カスタムスキーマ向けのプロンプト定義型抽出エージェント — バッチ処理とワークフローに対応。 REST + MCP AI-IDP バウンディングボックス付きのゼロショットインテリジェント文書処理 — フィールド、テーブル、位置を1回の呼び出しで取得。 REST + MCP AI-OCR 120以上の言語(手書き文字や複雑なテーブルを含む)のフルテキストOCR — 同期または非同期ジョブに対応。 REST + MCP 画像認識 画像内のオブジェクトとテキストを検出 — レシート、ID、視覚的な文書QAに有用。 REST + MCP PDF Studio PDFの作成、編集、結合、変換をプログラムで実行 — PDF AI Playgroundと同じエンジンを使用します。 REST + MCP PaperOffice Sign eIDAS準拠の署名フロー:署名者を招待し、ステータスを追跡し、API経由で署名済みPDFを取得します。 REST + MCP Split Agent マルチドキュメントPDFをインテリジェントな境界で分割 — 1つのジョブで最大数千ページに対応。 REST + MCP Trust Agent プロセスに入る前にPDFの改ざんおよび整合性リスクをスクリーニングします。 REST + MCP Redact Agent GDPR準拠のPDF匿名化のためにPIIを検出し、完全に削除します。 REST + MCP 監査安全なメール配信 パスワード保護と完全な配送ログ付きでPDFを配信 —監査対応のデジタル書留メール。 REST + MCP

Analytics + Relations AI

10 機能 · REST + MCP

10

Conversation AI

5 機能 · REST + MCP

5

Media AI

4 機能 · REST + MCP

4

Knowledge + HelpDesk AI

8 機能 · REST + MCP

8

このカタログは製品機能を示しています。300+以上のエンドポイントの完全なリファレンスは、APIドキュメントおよびPostmanコレクションに記載されています。 Postmanコレクション

PaperOffice APIで開発を始める

One account, MCP-ready, EU-hosted — describe the job, get the code.

PaperOfficeをどこで試しますか?

ワークスペースとプレイグラウンドはコンピュータ向けに設計されています。グリッド、バッチ処理、APIプレイグラウンドには広い画面とキーボードが必要です。

PCではワークスペースを使用。スマートフォンではキャプチャと承認を行います。

メールで自分宛に送信 PaperOffice Mobileを開く
無料で登録 アプリを開く PaperOfficeアプリ フル製品:ウェブ、デスクトップ、モバイル。文書の取り込み、整理、検索、チームでの作業。 無料アカウントが必要です Playgroundを開く Playground 選択した機能をすぐに試せます — 登録なし、制限付きのデモAPIキーで。 登録不要、ただし制限付きのデモAPIキー