Create an account with Google or Apple in seconds.
Generate an API key and secret from your dashboard.
POST your UBL XML and get validation results instantly.
UBL 2.1 XSD schema, EN 16931 CEN business rules, and Peppol BIS 3.0 Schematron rules.
Get validation results in seconds, not minutes.
One POST endpoint. Send XML, get JSON results. Works with any language.
API key + secret authentication. Secrets are hashed and never stored in plain text.
curl -X POST https://your-domain.com/api/v1/validate \
-H "X-API-Key: pv_your_api_key" \
-H "X-API-Secret: pvs_your_secret" \
-H "Content-Type: application/xml" \
-d @invoice.xml