Мапа сајта Мапа сајта Новости Новости
Подели
Српски
RSD
Новости
НОВО
Claude & ChatGPT — Supercharged.
Сви документи · 300+ AI алата · Подешавање за 30 сек
Claude· ChatGPT· Cursor· Gemini· +50
Повежите сада
Цене
AI-DMS
Решења
По индустрији
Банке & Финансије Осигурање Порески саветници & Правне фирме Индустрија & Производња Трговина & Логистика Енергетика & Комуналне услуге Здравство & Фармација Непокретности Јавни сектор
По проблему
Хаос докумената Информације нису пронађене Изгубљено знање Ручни унос података Процеси преспори Скалирање немогуће Превише грешака Ризици усклађености Преоптерећена подршка
По процесу
Обрада фактура Дигитализуј поштанску собу Увођење Управљање уговорима ХР процеси Document Integrity Check Извештавање & Аналитика Архивирање & Усклађеност Корисничка подршка Контрола квалитета
По ризику
Превара на фактурама Лажни документи Document Integrity Check Превара идентитета Интелигенција за ПДВ преваре Грешке у обрачуну на фактурама Манипулација подацима Превара у плаћању Повреде усклађености Приватност / ГДПР Празнине у ревизији
По типу документа
Фактуре & Рачуни Банкарски изводи Порески обрасци Уговори Лични документи & Документи Обрасци & Апликације Рукописни документи Техничка документација Медицински документи
Razvojni programer

llms.txt unutra. Prompt. Kod napolju.

Kompletan katalog mogućnosti PaperOffice — od Document AI do Security API — napravljen za vibe coding uz REST i MCP.

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

Поверење водећих компанија широм света

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 procesu sertifikacije. Međuaudit dostupan na zahtev pod NDA.
SOC 2 Type 2
ISO 27001 i SOC 2 Type II u procesu sertifikacije. Međuaudit dostupan na zahtev pod NDA.

100 % API-first

Svaka mogućnost u aplikaciji dostupna je i putem REST API-ja i MCP-a — isto jezgro, slobodan izbor interfejsa.

Vibe Coding sa PaperOffice

Paste llms.txt, say what you need, get finished code — for the full capability catalog.

  1. Nalepite llms.txt Ubacite PaperOffice llms.txt u Claude, Cursor ili ChatGPT.
  2. Recite šta želite Opišite integraciju običnim jezikom — ili kopirajte prompt ispod.
  3. Dobijte gotov kod IDE piše radnu REST ili MCP integraciju.
What the code delivers

Document Extractor

Turns an invoice PDF into vendor, total and field positions (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
What the code delivers

Address → Geolocation

Turns a street address into latitude, longitude and a display name.

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
What the code delivers

Audit-safe Send

Sends a PDF with password protection and a complete delivery log.

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
What the code delivers

HITL Task

Pauses automation for human review, then continues the workflow after approval.

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
What the code delivers

Document Chat

Answers questions about uploaded documents with grounded sources.

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
What the code delivers

Knowledge Base Q&A

Returns answers from your help center articles — not from generic model memory.

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
What the code delivers

Brand Translator

Translates text while keeping brand names and product terms unchanged.

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
What the code delivers

TTS + Dictionary

Speaks product names correctly via pronunciation lexicon — not generic TTS guesswork.

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
What the code delivers

PDF Splitter

Splits a multi-document PDF at intelligent boundaries into separate files.

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
What the code delivers

PII Redactor

Detects personal data in a PDF and returns a permanently redacted file.

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 API primerima. Klasična HTTP referenca: API primeri · Postman kolekcija · Playground

54 mogućnosti

Every capability, ready for your agent

Document AI, Workflow, Analytics, Conversation, Media, Knowledge & Support, Security & Data — each with REST and MCP behind one API key.

Document AI

15 mogućnosti · REST + MCP

15
Workspaces Organize documents in security tiers — control who sees what, and keep every file API-addressable. REST + MCP Storage Mounts Connect your own storage (BYOS). PaperOffice processes in place — no forced data migration. REST + MCP Класификација Auto-classify incoming files into document types with retention and routing rules. REST + MCP Connectors Ingest from email, cloud drives and business systems — same pipeline as the AI-DMS UI. REST + MCP Мобилна апликација Scan, sign and chat with documents on the go — every action lands in the same workspace API. REST + MCP IDP Agents Prompt-defined extraction agents for invoices, contracts and custom schemas — batch and workflow ready. REST + MCP AI-IDP Zero-shot intelligent document processing with bounding boxes — fields, tables and positions in one call. REST + MCP AI-OCR Full-text OCR for 120+ languages including handwriting and complex tables — sync or async jobs. REST + MCP Препознавање слика Detect objects and text in images — useful for receipts, IDs and visual document QA. REST + MCP PDF Studio Create, edit, merge and convert PDFs programmatically — the same engine as the PDF AI Playground. REST + MCP PaperOffice Sign eIDAS-ready signature flows: invite signers, track status and retrieve signed PDFs via API. REST + MCP Split Agent Split multi-document PDFs at intelligent boundaries — up to thousands of pages per job. REST + MCP Trust Agent Screen PDFs for manipulation and integrity risks before they enter your process. REST + MCP Redact Agent Detect and permanently redact PII for GDPR-compliant PDF anonymization. REST + MCP Audi-sigurno slanje e-pošte Deliver PDFs with password protection and a full delivery log — audit-safe digital registered mail. 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

Bezbednost i Business API-ji

10 mogućnosti · REST + MCP

10

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

Razvijte sa PaperOffice API-jima

Jedan API ključ, MCP-ready, hostovano u EU — opišite posao, dobijte kod.