Early access , on request

DeinPDF for developers

Embed our sovereign document AI directly in your product , the same engine that powers DeinPDF, as an API. Your documents stay in Germany, processing happens in the EU.

ask.sh
# Ask a document a question, get an answer with citations
curl https://api.deinpdf.de/v1/documents/{id}/ask \
  -H "Authorization: Bearer dpk_live_..." \
  -d '{"question": "What are the payment terms?"}'

{
  "answer": "Net 14 days from the invoice date.",
  "sources": [{ "page": 3 }]
}

Endpoints

A lean REST API , the same capabilities as the app.

POST /v1/documents Upload a document
POST /v1/documents/{id}/ask Questions & answers
POST /v1/documents/{id}/summarize Summarise
POST /v1/documents/{id}/translate Translate
POST /v1/documents/{id}/extract Extract
DELETE /v1/users/{external_id} GDPR erasure , all of an end-user's data

Why DeinPDF as your API

Documents stored in Germany, AI processing in the EU , no US services.
We sign as your data processor (DPA/AVV) , GDPR-compliant for your end-customers.
The whole engine is already built: document processing, retrieval, cited answers, metering.

How to get access

We deliver the API to partners on request. Tell us about your use case , we'll set you up and deliver fast.