Sitemap Sitemap Updates Updates
Delen
Nederlands
EUR €
Updates
NIEUW
Claude & ChatGPT — Supercharged.
Alle documenten · 300+ AI-tools · 30 sec setup
Claude· ChatGPT· Cursor· Gemini· +50
Nu verbinden
Prijzen
Ontwikkelaar

llms.txt in. Prompt erop. Code eruit.

De volledige PaperOffice-catalogus van mogelijkheden — van Document AI tot Security APIs — gebouwd voor vibe-coding met REST en MCP.

100 % API-first · REST + MCP · Eén API-key · Gehost in de EU

Vertrouwd door toonaangevende bedrijven wereldwijd

OEM PARTNERSHIP

Sole official DMS partner for QNAP and ASUSTOR.

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

ISO 27001
ISO 27001 en SOC 2 Type II in certificering. Tussentijdse audits op aanvraag beschikbaar onder NDA.
SOC 2 Type 2
ISO 27001 en SOC 2 Type II in certificering. Tussentijdse audits op aanvraag beschikbaar onder NDA.

100 % API-first

Elke mogelijkheid in de app is ook beschikbaar via REST-API en MCP — dezelfde engine, vrije keuze van interface.

Vibe Coding met PaperOffice

Plak llms.txt, zeg wat je nodig hebt, krijg kant-en-klare code — voor de volledige capability-catalogus.

  1. Plak llms.txt Plaats PaperOffice llms.txt in Claude, Cursor of ChatGPT.
  2. Zeg wat je wilt Beschrijf de integratie in gewone taal — of kopieer een prompt hieronder.
  3. Krijg kant-en-klare code De IDE schrijft de werkende REST- of MCP-integratie.
Wat de code levert

Document Extractor

Zet een factuur-PDF om in leveranciers-, totaal- en veldposities (bounding boxes).

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
Wat de code levert

Address → Geolocation

Zet een straatadres om in breedtegraad, lengtegraad en een weergavenaam.

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
Wat de code levert

Audit-safe Send

Verstuurt een PDF met wachtwoordbeveiliging en een compleet bezorglogboek.

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
Wat de code levert

HITL Task

Pauzeert de automatisering voor menselijke controle, en gaat daarna verder met het workflow na goedkeuring.

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
Wat de code levert

Document Chat

Beantwoordt vragen over geüploade documenten met onderbouwde bronnen.

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
Wat de code levert

Knowledge Base Q&A

Geeft antwoorden uit uw helpcenter-artikelen — niet vanuit het generieke modelgeheugen.

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
Wat de code levert

Brand Translator

Vertaalt tekst waarbij merknamen en producttermen ongewijzigd blijven.

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
Wat de code levert

TTS + Dictionary

Spreek productnamen correct uit via een uitspraaklexicon — geen generieke TTS-gissingen.

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
Wat de code levert

PDF Splitter

Splits een multi-document-PDF op intelligente grenzen in afzonderlijke bestanden.

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
Wat de code levert

PII Redactor

Detecteert persoonsgegevens in een PDF en retourneert een permanent geredigeerd bestand.

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

Meer kant-en-klare prompts staan in de API-voorbeelden. Klassieke HTTP-referentie: API-voorbeelden · Postman-verzameling · Playground

54 mogelijkheden

Elke capability, klaar voor je agent

Document AI, Workflow, Analytics, Conversatie, Media, Kennis & Ondersteuning, Beveiliging & Data — elk met REST en MCP achter één API-sleutel.

Document AI

15 mogelijkheden · REST + MCP

15
Workspaces Organiseer documenten in beveiligingslagen — bepaal wie wat ziet en zorg dat elk bestand via de API toegankelijk is. REST + MCP Storage Mounts Koppel uw eigen opslag (BYOS). PaperOffice verwerkt gegevens ter plekke — geen geforceerde datamigratie. REST + MCP Classificatie Classificeer inkomende bestanden automatisch op documenttype met retentie- en routeregels. REST + MCP Connectors Verwerk gegevens uit e-mail, cloudopslag en bedrijfsystemen — dezelfde pipeline als de AI-DMS UI. REST + MCP Mobiele App Scan, onderteken en chat met documenten onderweg — elke actie wordt vastgelegd in dezelfde workspace API. REST + MCP IDP Agents Prompt-gedefinieerde extractie-agents voor facturen, contracten en aangepaste schema's — klaar voor batchverwerking en workflows. REST + MCP AI-IDP Intelligent documentverwerking zonder training (zero-shot) met bounding boxes — velden, tabellen en posities in één aanroep. REST + MCP AI-OCR Full-text OCR voor meer dan 120 talen, inclusief handschrift en complexe tabellen — synchronisatie of asynchrone taken. REST + MCP Beeldherkenning Detecteer objecten en tekst in afbeeldingen — nuttig voor bonnetjes, identiteitsbewijzen en visuele document-QA. REST + MCP PDF Studio Maak, bewerk, voeg samen en converteer PDF's programmatisch — dezelfde engine als de PDF AI Playground. REST + MCP PaperOffice Sign eIDAS-conforme ondertekeningsstromen: nodig ondertekenaars uit, volg de status en haal ondertekende PDF's op via de API. REST + MCP Split Agent Splits multi-document PDF's op intelligente grenzen — tot duizenden pagina's per taak. REST + MCP Trust Agent Controleer PDF's op manipulatie- en integriteitsrisico's voordat ze uw proces binnenkomen. REST + MCP Redact Agent Detecteer en verwijder permanent persoonsgegevens (PII) voor GDPR-conforme anoniemisering van PDF's. REST + MCP Audit-seker e-mailverstuur Lever PDF's met wachtwoordbeveiliging en een volledig leveringslogboek — audit-proof digitale aangetekende post. REST + MCP

Analytics + Relations AI

10 mogelijkheden · REST + MCP

10

Conversation AI

5 mogelijkheden · REST + MCP

5

Media AI

4 mogelijkheden · REST + MCP

4

Knowledge + HelpDesk AI

8 mogelijkheden · REST + MCP

8

Beveiliging & Business API's

10 mogelijkheden · REST + MCP

10

Deze catalogus toont de productmogelijkheden. De volledige referentie van alle 300+ endpoints staat in de API-documentatie en de Postman-verzameling. API-platform

Ontwikkelen met PaperOffice-APIs

Één API-sleutel, MCP-klaar, gehost in de EU — beschrijf de taak, krijg de code.