Mapa stranice Mapa stranice Novosti Novosti
Podijeli
Hrvatski
EUR €
Novosti
NOVO
Claude & ChatGPT — Supercharged.
Svi dokumenti · 300+ AI alata · 30 sek postavljanje
Claude· ChatGPT· Cursor· Gemini· +50
Poveži sada
Cijene
Razvojnik

llms.txt unutra. Prompt na. Kod van.

Cijeli katalog mogućnosti PaperOffice-a — od Document AI do Security API-ja — izgrađen za vibe kodiranje s REST i MCP.

100 % API-first · REST + MCP · Jedan API ključ · Hostano u EU

Povjerenje vodećih tvrtki širom svijeta

OEM PARTNERSHIP

Sole official DMS partner for QNAP and ASUSTOR.

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

ISO 27001
ISO 27001 i SOC 2 Type II u tijeku certificiranja. Međuauditi dostupni na zahtjev pod NDA.
SOC 2 Type 2
ISO 27001 i SOC 2 Type II u tijeku certificiranja. Međuauditi dostupni na zahtjev pod NDA.

100 % API-first

Svaka mogućnost u aplikaciji dostupna je i putem REST API-ja i MCP-a — isto pogonsko mehanizam, slobodan izbor sučelja.

Vibe Coding s PaperOfficeom

Zalijepite llms.txt, recite što trebate, dobijte gotov kod — za cijeli katalog mogućnosti.

  1. Zalijepite llms.txt Ubacite PaperOffice llms.txt u Claude, Cursor ili ChatGPT.
  2. Recite što želite Opišite integraciju običnim jezikom — ili kopirajte prompt ispod.
  3. Dobijte gotov kod IDE piše funkcionalnu REST ili MCP integraciju.
Što kod isporučuje

Document Extractor

Pretvara PDF račun u pozicije dobavljača, ukupnog iznosa i polja (granične kutije).

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
Što kod isporučuje

Address → Geolocation

Pretvara uličnu adresu u geografsku širinu, geografsku dužinu i prikazno ime.

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
Što kod isporučuje

Audit-safe Send

Šalje PDF s zaštitom lozinkom i potpunim zapisom isporuke.

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
Što kod isporučuje

HITL Task

Zaustavlja automatizaciju radi ljudske provjere, a zatim nastavlja radni tijek nakon odobrenja.

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
Što kod isporučuje

Document Chat

Odgovara na pitanja o prenesenim dokumentima s utemeljenim izvorima.

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
Što kod isporučuje

Knowledge Base Q&A

Vraća odgovore iz članaka vašeg centra za pomoć — ne iz opće memorije modela.

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
Što kod isporučuje

Brand Translator

Prevodi tekst zadržavajući nazive brendova i produktnih pojmia nepromijenjenima.

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
Što kod isporučuje

TTS + Dictionary

Izgovara nazive proizvoda ispravno pomoću rječnika izgovora — ne općim TTS nagađanjima.

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
Što kod isporučuje

PDF Splitter

Razdvaja višedokumentni PDF na inteligentnim granicama u zasebne datoteke.

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
Što kod isporučuje

PII Redactor

Otkriva osobne podatke u PDF-u i vraća trajno uređenu datoteku.

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

Više gotovih promptova nalazi se u primjerima API-ja. Klasična HTTP referenca: Primjeri API-ja · Postman kolekcija · Igralište

54 mogućnosti

Svaka mogućnost spremna za vašeg agenta

Dokument AI, Radni tijek, Analitika, Razgovor, Mediji, Znanje i podrška, Sigurnost i podaci — svaka s REST i MCP iza jednog API ključa.

Document AI

15 mogućnosti · REST + MCP

15
Workspaces Organizirajte dokumente u sigurnosne razine — kontrolirajte tko što vidi i osigurajte da je svaka datoteka API-adresabilna. REST + MCP Storage Mounts Povežite vlastitu pohranu (BYOS). PaperOffice obrađuje podatke na mjestu — bez prisilne migracije podataka. REST + MCP Klasifikacija Automatski klasificirajte dolazne datoteke u vrste dokumenata s pravilima zadržavanja i usmjeravanja. REST + MCP Connectors Unos iz e-pošte, oblaka i poslovnih sustava — isti cjevovod kao sučelje AI-DMS. REST + MCP Mobilna aplikacija Skenirajte, potpisujte i komunicirajte s dokumentima na putu — svaka radnja završava u istom radnom prostoru API-ja. REST + MCP IDP Agents Agenti za ekstrakciju definirani upitima za račune, ugovore i prilagođene sheme — spremni za serijsku obradu i tijekove rada. REST + MCP AI-IDP Inteligentna obrada dokumenata bez primjera (zero-shot) s granama okvira — polja, tablice i položaji u jednom pozivu. REST + MCP AI-OCR OCR punog teksta za više od 120 jezika, uključujući rukopis i složene tablice — poslovi sinkroni ili asinkroni. REST + MCP Prepoznavanje slika Detektirajte objekte i tekst u slikama — korisno za račune, osobne iskaznice i vizualnu provjeru kvalitete dokumenata. REST + MCP PDF Studio Stvarajte, uređujte, spajajte i pretvarajte PDF-ove programski — isti pogon kao u AI Playgroundu za PDF. REST + MCP PaperOffice Sign Tijekovi potpisivanja spremni za eIDAS: pozovite potpisnike, pratite status i preuzmite potpisane PDF-ove putem API-ja. REST + MCP Split Agent Razdvojite višedokumentne PDF-ove na inteligentnim granicama — do tisuća stranica po poslu. REST + MCP Trust Agent Provjerite PDF-ove za rizike manipulacije i integriteta prije nego što uđu u vaš proces. REST + MCP Redact Agent Detektirajte i trajno izbrisajte osobne podatke (PII) za anonimizaciju PDF-ova u skladu s GDPR-om. REST + MCP Sigurno slanje e-maila s revizijom Dostavite PDF-ove s zaštitom lozinkom i punim zapisom dostave — digitalna preporučena pošta sigurna za reviziju. REST + MCP

Analytics + Relations AI

10 mogućnosti · REST + MCP

10

Conversation AI

5 mogućnosti · REST + MCP

5

Media AI

4 mogućnosti · REST + MCP

4

Knowledge + HelpDesk AI

8 mogućnosti · REST + MCP

8

Sigurnost i Business API-ji

10 mogućnosti · REST + MCP

10

Ovaj katalog prikazuje mogućnosti proizvoda. Potpuna referenca svih 300+ endpointa nalazi se u API dokumentaciji i Postman kolekciji. API platforma

Razvij s PaperOffice API-jima

Jedan API ključ, spreman za MCP, hostiran u EU-u — opišite zadatak, dobijte kod.