개요 개요 뉴스 뉴스
공유
개발자

API 및 MCP 카탈로그

전체 PaperOffice 기능 카탈로그 — Document AI부터 Security APIs까지 — REST 및 MCP를 위한 vibe 코딩에 최적화되었습니다.

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 추측이 아닌 발음 사전(lexicon)을 통해 제품 이름을 올바르게 발음합니다.

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 바운딩 박스와 함께 제로샷 지능형 문서 처리 — 필드, 테이블 및 위치를 한 번의 호출로 처리합니다. REST + MCP AI-OCR 손글씨와 복잡한 표를 포함한 120개 이상의 언어에 대한 전체 텍스트 OCR — 동기 또는 비동기 작업 지원. REST + MCP 이미지 인식 이미지에서 객체와 텍스트 감지 — 영수증, 신분증 및 시각적 문서 QA에 유용합니다. 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 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를 어디에서 체험하시겠습니까?

Workspace와 Playground는 컴퓨터를 위해 설계되었습니다. 그리드, 배치 처리 및 API Playground는 넓은 화면과 키보드가 필요합니다.

컴퓨터에서는 워크스페이스를 사용하세요. 스마트폰에서는 문서 캡처와 결재를 진행하세요.

이메일로 내게 보내기 PaperOffice Mobile 열기
무료 등록 앱 열기 PaperOffice 앱 전체 제품: 웹, 데스크톱, 모바일. 문서를 캡처하고 정리하며 검색하고 팀과 함께 작업하십시오. 무료 계정이 필요합니다 Playground 열기 Playground 선택한 기능을 즉시 체험하십시오 — 등록 없이 제한된 데모 API 키로. 등록 없음, 다만 제한된 데모 API 키