API Reference
All Invoice-api.xhub APIs at a glance. Generate, parse and validate e-invoices for 14 countries with just a few HTTP requests.
Available
Invoice Generator API
Generates PDF, XRechnung, ZUGFeRD and other e-invoice formats for 14 countries.
POST /api/v1/invoice/{countryCode}/{format}/generateAvailable
Parser API
Extract structured data from e-invoices as JSON.
POST /api/v1/invoice/parseQ2 2026
Validator API
Country-specific validation of e-invoices.
POST /api/v1/invoice/{countryCode}/validateAvailable
Formats API
Retrieve all supported e-invoice formats and countries.
GET /api/v1/invoice/formatsQ1 2026
Visualizer API
Render e-invoices as professional PDFs or HTML.
POST /api/v1/invoice/{countryCode}/visualizeQ3 2026
Peppol Gateway
Send e-invoices directly via the Peppol network.
POST /api/v1/peppol/sendQ2 2026
Archive API
GoBD-compliant long-term archiving for e-invoices.
POST /api/archive/storeBase URL
Production
https://service.invoice-api.xhub.io/v1For live data with real invoices
Sandbox
https://sandbox.service.invoice-api.xhub.io/v1For development and testing (no cost)