网站地图 网站地图 动态 动态
分享
中文
CNY ¥
动态
全新
Claude & ChatGPT — Supercharged.
所有文档 · 300+ AI工具 · 30秒设置
Claude· ChatGPT· Cursor· Gemini· +50
立即连接
定价
开发者

输入 llms.txt。输入提示词。输出代码。

完整的 PaperOffice 能力目录——从文档 AI 到安全 API——专为通过 REST 和 MCP 进行氛围编码而构建。

100% API-first · REST + MCP · 一个 API Key · 欧盟托管

全球领先企业的信赖之选

OEM PARTNERSHIP

Sole official DMS partner for QNAP and ASUSTOR.

Dedicated landing pages, direct integration, data stays on your NAS.

ISO 27001
ISO 27001 与 SOC 2 Type II 认证进行中。可根据要求并在 NDA 下提供阶段性审计。
SOC 2 Type 2
ISO 27001 与 SOC 2 Type II 认证进行中。可根据要求并在 NDA 下提供阶段性审计。

100% API-first

应用中的每项功能均可通过 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 priority=900 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 priority=999 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 priority high enough 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 集合 · 游乐场

54 项功能

每项功能均已就绪,供您智能体调用

文档AI、工作流、分析、对话、媒体、知识与支持、安全与数据——通过一个API密钥提供REST和MCP接口。

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 零样本智能文档处理,支持边界框——一次调用即可获取字段、表格和位置信息。 REST + MCP AI-OCR 支持120多种语言(包括手写体和复杂表格)的全文本OCR——支持同步或异步作业。 REST + MCP 图像识别 检测图像中的对象和文本——适用于收据、身份证件和视觉文档问答。 REST + MCP PDF Studio 以编程方式创建、编辑、合并和转换PDF——与PDF AI Playground使用相同的引擎。 REST + MCP PaperOffice Sign 符合eIDAS标准的签名流程:邀请签署人、跟踪状态并通过API检索已签名的PDF。 REST + MCP Split Agent 在智能边界处拆分多文档PDF——每个作业可处理多达数千页。 REST + MCP Trust Agent 在文档进入处理流程前,筛查PDF的篡改和完整性风险。 REST + MCP Redact Agent 检测并永久删除个人身份信息(PII),以实现符合GDPR的PDF匿名化。 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

安全与 Business API

10 功能 · REST + MCP

10

本目录展示了产品功能。300+ 个端点的完整参考文档请参阅 API 文档和 Postman 集合。 API 平台

使用 PaperOffice APIs 进行开发

一个 API 密钥,支持 MCP,托管于欧盟——描述任务,获取代码。