InvoSphere
💼 InvoSphere – Generate Stunning PDF Invoices Instantly InvoSphere is a blazing-fast, plug-and-play REST API for creating professional multilingual invoices on demand. ✅ No data stored — total privacy, full control 🌐 10+ languages supported — serve global clients 💱 50+ currencies supported – ideal for international billing 📎 Custom templates & metadata — taxes, items, logos, and more 📤 Optional…
InvoSphere endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List Supported Languages /Metadata/SupportedLanguages |
Returns all available languages for invoice generation. Each language is identified by a numeric code and name. Use these codes when calling the CreateInvoice or GetTemplate… |
| GET |
Get Blank Invoice Template /Invoice/GetTemplate/{languageCode} |
Downloads a blank PDF invoice template for a specific language. Use it as a reference or base layout for customizing your own invoices |
| GET |
List Supported Currencies /Metadata/SupportedCurrencies |
Returns all available currencies for invoice generation. Each currency includes a unique code and name. Use these codes when specifying invoice currency in the CreateInvoice… |
| POST |
Generate a Base64-Encoded PDF Invoice /Invoice/CreateInvoiceBase64 |
Creates an invoice just like CreateInvoice, but returns the result as a Base64-encoded string. Ideal for direct embedding or previewing in client applications. Supports up to 20… |
| POST |
Generate a PDF Invoice /Invoice/CreateInvoice |
Creates a professional PDF invoice based on the data provided, including seller/buyer details, items, taxes, and an optional logo. You can also trigger email delivery by setting… |