Tổng quan Tổng quan Tin tức Tin tức
Chia sẻ
Nhà phát triển

Danh mục API và MCP

Toàn bộ danh mục khả năng của PaperOffice — từ Document AI đến Security APIs — được xây dựng cho vibe coding với REST và MCP.

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

Được tin tưởng bởi các công ty hàng đầu trên toàn thế giới

100 % ưu tiên API

Mỗi khả năng trong ứng dụng đều có sẵn qua REST-API và MCP — cùng một động cơ, tự do lựa chọn giao diện.

Vibe Coding với PaperOffice

Dán llms.txt, mô tả nhu cầu của bạn, nhận mã hoàn chỉnh — dành cho toàn bộ danh mục năng lực.

  1. Dán llms.txt Đưa llms.txt của PaperOffice vào Claude, Cursor hoặc ChatGPT.
  2. Mô tả mong muốn Miêu tả tích hợp bằng ngôn ngữ thông thường — hoặc sao chép một prompt bên dưới.
  3. Nhận mã hoàn chỉnh IDE sẽ viết tích hợp REST hoặc MCP hoạt động được.
Những gì mã nguồn mang lại

Document Extractor

Chuyển đổi hóa đơn PDF thành vị trí của nhà cung cấp, tổng số và các trường (khung bao).

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
Những gì mã nguồn mang lại

Address → Geolocation

Chuyển đổi địa chỉ đường phố thành vĩ độ, kinh độ và tên hiển thị.

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
Những gì mã nguồn mang lại

Audit-safe Send

Gửi PDF với bảo vệ bằng mật khẩu và nhật ký giao hàng đầy đủ.

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
Những gì mã nguồn mang lại

HITL Task

Tạm dừng tự động hóa để con người xem xét, sau đó tiếp tục quy trình làm việc sau khi được phê duyệt.

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
Những gì mã nguồn mang lại

Document Chat

Trả lời các câu hỏi về tài liệu đã tải lên với nguồn gốc rõ ràng.

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
Những gì mã nguồn mang lại

Knowledge Base Q&A

Trả lời các câu hỏi từ các bài viết trung tâm trợ giúp của bạn — không phải từ bộ nhớ mô hình chung.

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
Những gì mã nguồn mang lại

Brand Translator

Dịch văn bản trong khi giữ nguyên tên thương hiệu và thuật ngữ sản phẩm.

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
Những gì mã nguồn mang lại

TTS + Dictionary

Đọc đúng tên sản phẩm thông qua từ điển phát âm — không phải dự đoán chung của 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
Những gì mã nguồn mang lại

PDF Splitter

Chia một PDF đa tài liệu tại các ranh giới thông minh thành các tệp riêng biệt.

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
Những gì mã nguồn mang lại

PII Redactor

Phát hiện dữ liệu cá nhân trong PDF và trả về một tệp đã được che chắn vĩnh viễn.

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

Nhiều mẫu prompt có sẵn trong ví dụ API. Tham chiếu HTTP cổ điển: Ví dụ API · Bộ sưu tập Postman · Sân chơi

44 khả năng

Mọi năng lực, sẵn sàng cho tác nhân của bạn

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

Document AI

15 khả năng · REST + MCP

15
Workspaces Organisieren Sie Dokumente in Sicherheitsstufen – steuern Sie, wer was sieht, und stellen Sie sicher, dass jede Datei über die API ansprechbar ist. REST + MCP Storage Mounts Binden Sie Ihren eigenen Speicher an (BYOS). PaperOffice verarbeitet Daten direkt vor Ort – ohne erzwungene Datenmigration. REST + MCP Phân loại Automatische Klassifizierung eingehender Dateien nach Dokumenttypen mit Aufbewahrungs- und Routing-Regeln. REST + MCP Connectors Datenimport aus E-Mail, Cloud-Speichern und Geschäftssystemen – dieselbe Pipeline wie in der AI-DMS-Benutzeroberfläche. REST + MCP Ứng dụng Di động Scannen, unterschreiben und mit Dokumenten unterwegs chatten – jede Aktion landet in derselben Workspace-API. REST + MCP IDP Agents Prompt-basierte Extraktionsagenten für Rechnungen, Verträge und benutzerdefinierte Schemata – bereit für Stapelverarbeitung und Workflows. REST + MCP AI-IDP Intelligentes Dokumentenprocessing ohne Training (Zero-Shot) mit Bounding Boxes – Felder, Tabellen und Positionen in einem Aufruf. REST + MCP AI-OCR Volltext-OCR für über 120 Sprachen, einschließlich Handschrift und komplexer Tabellen – synchron oder asynchron als Jobs. REST + MCP Nhận dạng Ảnh Erkennen von Objekten und Text in Bildern – nützlich für Quittungen, Ausweise und visuelle Dokumenten-QA. REST + MCP PDF Studio PDFs programmatisch erstellen, bearbeiten, zusammenführen und konvertieren – dieselbe Engine wie im PDF AI Playground. REST + MCP PaperOffice Sign eIDAS-konforme Signaturflüsse: Unterzeichner einladen, Status verfolgen und signierte PDFs über die API abrufen. REST + MCP Split Agent Mehrere Dokumente in einem PDF an intelligenten Grenzen aufteilen – bis zu tausende Seiten pro Job. REST + MCP Trust Agent Prüfen Sie PDFs auf Manipulation und Integritätsrisiken, bevor sie in Ihren Prozess eingehen. REST + MCP Redact Agent Erkennen und endgültiges Verschleiern personenbezogener Daten (PII) für DSGVO-konforme Anonymisierung von PDFs. REST + MCP Gửi email an toàn theo quy trình kiểm toán Zustellung von PDFs mit Passwortschutz und vollständigem Zustellprotokoll – audit-sichere digitale Einschreiben. REST + MCP

Analytics + Relations AI

10 khả năng · REST + MCP

10

Conversation AI

5 khả năng · REST + MCP

5

Media AI

4 khả năng · REST + MCP

4

Knowledge + HelpDesk AI

8 khả năng · REST + MCP

8

Danh mục này hiển thị các khả năng của sản phẩm. Tài liệu tham khảo đầy đủ về hơn 300+ điểm cuối (endpoints) có sẵn trong tài liệu API và bộ sưu tập Postman. Bộ sưu tập Postman

Phát triển với các API của PaperOffice

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

Quý vị muốn dùng thử PaperOffice ở đâu?

Workspace và Playground được thiết kế cho máy tính. Lưới, xử lý hàng loạt và API Playground cần bàn phím rộng.

Không gian làm việc trên máy tính. Trên điện thoại: chụp và phê duyệt.

Gửi cho chính bạn qua email Mở PaperOffice Mobile
Đăng ký miễn phí Mở ứng dụng Ứng dụng PaperOffice Sản phẩm đầy đủ: web, máy tính và di động. Thu thập, tổ chức, tìm kiếm và làm việc trên tài liệu cùng nhóm. Cần tài khoản miễn phí Mở Playground Playground Thử các chức năng được chọn ngay — không đăng ký, với khóa API demo bị hạn chế. Không cần đăng ký, nhưng có khóa API demo bị hạn chế