Svetainės žemėlapis Svetainės žemėlapis Naujienos Naujienos
Bendrinti
Lietuvių
EUR €
Naujienos
NAUJA
Claude & ChatGPT — Supercharged.
Visi dokumentai · 300+ AI įrankių · 30 sek sąranka
Claude· ChatGPT· Cursor· Gemini· +50
Prisijungti dabar
Kainodara
Kūrėjas

llms.txt į vidų. Užklausa įgalinta. Kodas išvestas.

Visas PaperOffice galimybių katalogas — nuo Dokumentų AI iki Saugumo API — sukurtas vibe kodavimui su REST ir MCP.

100 % API-first · REST + MCP · Vienas API raktas · Talpinama ES

Pasitiki pirmaujančios įmonės visame pasaulyje

OEM PARTNERSHIP

Sole official DMS partner for QNAP and ASUSTOR.

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

ISO 27001
ISO 27001 ir SOC 2 Type II sertifikavimo procese. Tarpiniai auditai pateikiami pagal užklausą pagal NDA.
SOC 2 Type 2
ISO 27001 ir SOC 2 Type II sertifikavimo procese. Tarpiniai auditai pateikiami pagal užklausą pagal NDA.

100 % API-first

Kiekviena programos funkcija taip pat prieinama per REST API ir MCP — ta pati variklis, laisvas paviršiaus pasirinkimas.

Vibe Coding su PaperOffice

Įklijuokite llms.txt, pasakykite, ko reikia, gaukite baigtą kodą — visam gebėjimų katalogui.

  1. Įklijuokite llms.txt Įkelkite PaperOffice llms.txt į „Claude“, „Cursor“ arba „ChatGPT“.
  2. Pasakykite, ko norite Aprašykite integraciją paprasta kalba arba nukopijuokite užklausą žemiau.
  3. Gaukite baigtą kodą IDE parašo veikiančią REST arba MCP integraciją.
Ką kodas suteikia

Document Extractor

Paverčia sąskaitos faktūros PDF failą į tiekėjo, bendros sumos ir laukų pozicijų (ribinius stačiakampius) duomenis.

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
Ką kodas suteikia

Address → Geolocation

Paverčia gatvės adresą į platumos, ilgumos koordinates ir rodinį pavadinimą.

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
Ką kodas suteikia

Audit-safe Send

Išsiunčia PDF failą su slaptažodine apsauga ir pilnu pristatymo žurnalu.

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
Ką kodas suteikia

HITL Task

Sustabdo automatizavimą, kad žmogus galėtų peržiūrėti, o po patvirtinimo tęsia darbo eigą.

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
Ką kodas suteikia

Document Chat

Atsako į klausimus apie įkeltus dokumentus, remiantis konkrečiais šaltiniais.

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
Ką kodas suteikia

Knowledge Base Q&A

Grąžina atsakymus iš jūsų pagalbos centro straipsnių – ne iš bendro modelio atminties.

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
Ką kodas suteikia

Brand Translator

Verčia tekstą, palikdamas prekės ženklų ir produktų terminus nepakitusius.

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
Ką kodas suteikia

TTS + Dictionary

Teisingai ištaria produktų pavadinimus naudojimo tarimo žodyną – ne bendrą TTS spėjimą.

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
Ką kodas suteikia

PDF Splitter

Padalija daugialapį PDF failą pagal išmanias ribas į atskirus failus.

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
Ką kodas suteikia

PII Redactor

Aptinka asmeninius duomenis PDF faile ir grąžina visam laikui užmaskuotą failą.

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

Daugiau paruoštų užklausų rasite API pavyzdžiuose. Klasikinė HTTP nuoroda: API pavyzdžiai · Postman kolekcija · Pratimų aikštelė

54 funkcijos

Kiekvienas gebėjimas paruoštas jūsų agentui

Dokumentų AI, Darbo eiga, Analitika, Pokalbiai, Medija, Žinios ir Palaikymas, Saugumas ir Duomenys — kiekvienas su REST ir MCP už vieną API raktą.

Document AI

15 funkcijos · REST + MCP

15
Workspaces Organizuokite dokumentus pagal saugumo lygius — valdykite, kas ką mato, ir užtikrinkite, kad kiekvienas failas būtų pasiekiamas per API. REST + MCP Storage Mounts Prijunkite savo saugyklą (BYOS). „PaperOffice REST + MCP Klasifikacija 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 Mobilioji programėlė 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 Vaizdo atpažinimas 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 Auditas saugus el. pašto siuntimas Deliver PDFs with password protection and a full delivery log — audit-safe digital registered mail. REST + MCP

Analytics + Relations AI

10 funkcijos · REST + MCP

10

Conversation AI

5 funkcijos · REST + MCP

5

Media AI

4 funkcijos · REST + MCP

4

Knowledge + HelpDesk AI

8 funkcijos · REST + MCP

8

Saugumas ir Business API

10 funkcijos · REST + MCP

10

Šis katalogas rodo produkto galimybes. Visą 300+ endpointų referenciją rasite API dokumentacijoje ir Postman kolekcijoje. API platforma

Kurti su PaperOffice API

Vienas API raktas, paruoštas MCP, talpinamas ES — aprašykite užduotį, gaukite kodą.