Back to Marketplace
automationPro Plan
Format Converter
Convert between e-invoice formats instantly
<100ms
Response time
99.9%
Uptime SLA
EU
GDPR compliant
Overview
Convert invoices between UBL, CII, XRechnung, Factur-X, and more. Perfect for receiving invoices in one format and needing another for your ERP.
Capabilities
UBL 2.1 conversion
CII D16B support
XRechnung output
Factur-X/ZUGFeRD
Peppol BIS profiles
Validation included
Benefits
Accept any format
Output to your ERP format
No manual conversion
Preserve all data
Quick Start
cURL
curl -X POST https://api.invoicenavigator.eu/v1/convert \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"xml": "<Invoice>...</Invoice>"}'TypeScript
import { InvoiceNavigator } from '@invoice-navigator/sdk'
const client = new InvoiceNavigator({
apiKey: process.env.INVOICE_NAV_API_KEY
})
const result = await client.convert({
xml: invoiceXml
})
console.log(result)See the full API documentation for all options and parameters.
Supported Platforms
Get Started
- 1Sign up for free API key
- 2Install SDK or use REST API
- 3Start validating invoices
Need Help?
Our team is here to help you integrate.