E-Invoice API

E-Invoice API

Convert, validate and calculate e-invoices over a single REST endpoint.

A REST API over Mustang for working with European e-invoice formats — Factur-X, ZUGFeRD, XRechnung (CII) and Order-X.

You can convert an invoice XML into a PDF/A-3 hybrid, pull the XML back out of one, validate a document against the format rules, or calculate the totals for an invoice that does not have them yet.

Start here

The whole thing in one call

curl https://api.e-invoice.smartlist.uz/api/v1.8.2/e-invoice/ping \
  -H "Authorization: Bearer of_test_your_key_here"
# pong

That is a sandbox key, so the response came from the mock service — no live document processing, no quota spent against your production allowance. Swap of_test_ for of_live_ and the same URL reaches the real Mustang server.

The machine-readable spec

The full OpenAPI document is at /openapi.yaml. Point a generator at it directly:

npx openapi-typescript https://docs.e-invoice.smartlist.uz/openapi.yaml -o api.d.ts

On this page