InvoiceIn
InvoiceIn is a stateless inbound e‑invoice API that accepts any supported invoice format (e.g., XRechnung, ZUGFeRD/Factur‑X, Peppol BIS 3, FatturaPA, KSeF) and returns a canonical EN 16931 JSON representation together with a validation report, human‑readable PDF/HTML, and optional CSV or DATEV export, all processed in memory without persisting the original document.
Latency
666ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/mcp
Remote MCP server endpoint (or local stdio build on request).
/v1/invoice
Parse and validate an invoice, returning JSON and optional outputs.
/v1/validate
Validate an invoice and return only the validation report.
/v1/parse
Parse an invoice and return the canonical EN 16931 JSON without validation.
/v1/render.html
Render a human‑readable HTML version of the invoice.
/v1/render.pdf
Render a human‑readable A4 PDF version of the invoice.
/v1/export.csv
Export the invoice data as flat CSV.
/v1/export.datev
Export the invoice as a DATEV Buchungsstapel.
/v1/formats
List supported input formats and rule‑set versions.
/v1/rules/{id}
Get a plain‑language explanation of a rule ID.
/docs
OpenAPI reference documentation.
11 endpoints auto-detected
Authentication
This API uses Bearer token authentication — pass your token in the Authorization header.
curl -X POST \ "https://invoicein.peculiar.systems//mcp" \ -H "Authorization: Bearer YOUR_TOKEN"
invoicein.peculiar.systems · HTTPS only