ApiValidation
Checks a PDF or XML file for syntactical and mathematical correctness. Input file must be a PDF/A file (Factur-X, ZUGFeRD, Order-X) or a XML file (Factur-X, Order-X, ZUGFeRD, XRechnung(CII)), output will be a XML report
AuthorizationBearer <token>
Your API key as a bearer token: Authorization: Bearer of_live_…. An of_test_ key reaches the sandbox instead of the live service — same URL, no other change.
In: header
Query Parameters
ignoreNotices?boolean
Default
falseHeader Parameters
USERNAME?string
Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/octet-stream
*/*
application/json
application/json
curl -X POST "https://example.com/e-invoice/validate" \ -F file="string"Empty