Mappa del sito Mappa del sito Aggiornamenti Aggiornamenti
Condividi
Italiano
EUR €
Aggiornamenti
NUOVO
Claude & ChatGPT — Supercharged.
Tutti i documenti · 95+ strumenti AI · Setup in 30 s
Claude· ChatGPT· Cursor· Gemini· +50
Connetti ora
Prezzi
Sviluppatori

llms.txt dentro. Prompt dato. Codice fuori.

L'intero catalogo delle capacità di PaperOffice — da Document AI alle API di Sicurezza — progettato per il vibe coding con REST e MCP.

100 % API-first · REST + MCP · Una chiave API · Ospitato in UE

Scelto dalle aziende leader nel mondo

OEM PARTNERSHIP

Sole official DMS partner for QNAP and ASUSTOR.

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

ISO 27001
ISO 27001 e SOC 2 Type II in certificazione. Audit intermedi disponibili su richiesta con NDA.
SOC 2 Type 2
ISO 27001 e SOC 2 Type II in certificazione. Audit intermedi disponibili su richiesta con NDA.

100 % API-first

Ogni capacità nell'app è disponibile anche tramite API REST e MCP — lo stesso motore, scelta libera dell'interfaccia.

Vibe Coding con PaperOffice

Incolla llms.txt, indica cosa ti serve, ottieni codice completo — per l'intero catalogo delle funzionalità.

  1. Incolla llms.txt Trascina il file llms.txt di PaperOffice in Claude, Cursor o ChatGPT.
  2. Dì cosa vuoi Descrivi l'integrazione in linguaggio semplice — oppure copia un prompt qui sotto.
  3. Ottieni codice completo L'IDE scrive l'integrazione REST o MCP funzionante.
Ciò che il codice offre

Document Extractor

Trasforma un PDF di fattura in posizioni di fornitore, totale e campi (bounding box).

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
Ciò che il codice offre

Address → Geolocation

Trasforma un indirizzo stradale in latitudine, longitudine e nome visualizzato.

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
Ciò che il codice offre

Audit-safe Send

Invia un PDF con protezione da password e un registro di consegna completo.

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
Ciò che il codice offre

HITL Task

Interrompe l'automazione per la revisione umana, quindi prosegue il flusso di lavoro dopo l'approvazione.

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
Ciò che il codice offre

Document Chat

Rispondi alle domande sui documenti caricati con fonti verificate.

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
Ciò che il codice offre

Knowledge Base Q&A

Restituisce risposte dagli articoli del centro assistenza — non dalla memoria generica del modello.

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
Ciò che il codice offre

Brand Translator

Traduce il testo mantenendo invariati i nomi dei marchi e i termini dei prodotti.

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
Ciò che il codice offre

TTS + Dictionary

Pronuncia correttamente i nomi dei prodotti tramite un lessico di pronuncia — non tentativi generici di sintesi vocale.

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
Ciò che il codice offre

PDF Splitter

Divide un PDF multi-documento ai confini intelligenti in file separati.

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
Ciò che il codice offre

PII Redactor

Rileva i dati personali in un PDF e restituisce un file permanentemente oscurato.

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

Altri prompt pronti si trovano negli esempi API. Riferimento HTTP classico: Esempi API · Collezione Postman · Playground

54 funzionalità

Ogni funzionalità, pronta per il tuo agente

Document AI, Workflow, Analytics, Conversation, Media, Knowledge & Support, Security & Data — ognuna con REST e MCP dietro una singola chiave API.

Document AI

15 funzionalità · REST + MCP

15
Workspaces Organizza i documenti in livelli di sicurezza: controlla chi vede cosa e mantieni ogni file accessibile tramite API. REST + MCP Storage Mounts Connetti il tuo storage (BYOS). PaperOffice elabora i dati sul posto, senza migrazione forzata dei dati. REST + MCP Classificazione Classifica automaticamente i file in entrata per tipo di documento, con regole di conservazione e instradamento. REST + MCP Connectors Ingestione da email, cloud drive e sistemi aziendali: stessa pipeline dell'interfaccia utente AI-DMS. REST + MCP App Mobile Scansiona, firma e chatta con i documenti in movimento: ogni azione viene registrata nella stessa API workspace. REST + MCP IDP Agents Agenti di estrazione definiti tramite prompt per fatture, contratti e schemi personalizzati: pronti per batch e workflow. REST + MCP AI-IDP Elaborazione intelligente di documenti zero-shot con bounding box: campi, tabelle e posizioni in una sola chiamata. REST + MCP AI-OCR OCR full-text per oltre 120 lingue, inclusa la scrittura a mano e tabelle complesse: lavori sincroni o asincroni. REST + MCP Riconoscimento immagini Rileva oggetti e testo nelle immagini: utile per ricevute, documenti d'identità e QA visiva dei documenti. REST + MCP PDF Studio Crea, modifica, unisci e converti PDF in modo programmatico: lo stesso motore del PDF AI Playground. REST + MCP PaperOffice Sign Flussi di firma conformi a eIDAS: invita i firmatari, traccia lo stato e recupera i PDF firmati tramite API. REST + MCP Split Agent Dividi PDF multi-documento ai confini intelligenti: fino a migliaia di pagine per lavoro. REST + MCP Trust Agent Controlla i PDF per manipolazioni e rischi di integrità prima che entrino nel tuo processo. REST + MCP Redact Agent Rileva e oscura permanentemente le informazioni personali (PII) per l'anonimizzazione dei PDF conforme al GDPR. REST + MCP Consegna e-mail sicura per audit Consegna PDF con protezione da password e registro completo della consegna: posta certificata digitale sicura per audit. REST + MCP

Analytics + Relations AI

10 funzionalità · REST + MCP

10

Conversation AI

5 funzionalità · REST + MCP

5

Media AI

4 funzionalità · REST + MCP

4

Knowledge + HelpDesk AI

8 funzionalità · REST + MCP

8

Sicurezza e API Business

10 funzionalità · REST + MCP

10

Questo catalogo mostra le capacità dei prodotti. Il riferimento completo di tutti i 300+ endpoint si trova nella documentazione API e nella collezione Postman. Piattaforma API

Sviluppa con le API PaperOffice

Una sola chiave API, pronta per MCP, ospitata in UE — descrivi il compito, ottieni il codice.