Create beautiful PDF invoices in the simplest possible way! The invoice data simply needs to be sent to the API as JSON data and a high-quality PDF invoice is created. Add an EPC QR code or a Swiss QR Invoice to get paid faster. Four different templates are currently available.
Invoices created by this API contain valid ZUGFeRD 2.3 XML documents. ZUGFeRD is the German e-invoice standard and has been identical to the French Factur-X standard since version 2.
curl -X POST https://api.apistax.io/v2/invoice-pdf \
-o 'Invoice.pdf' \
-H 'Authorization: Bearer API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"sender": {
"name": "ACME Holding SE"
},
"recipient": {
"name": "Vehement Capital Partners"
},
"items": [
{
"description": "Product A",
"sumPrice": 10,
"vat": 20
}
],
"contextItems": [
{
"title": "Order Date",
"value": "13.05.2024"
}
]
}'
APIstax is a collection of REST endpoints to process day-to-day tasks. It comes with a handy dashboard to manage your API keys and a full featured documentation.
APIstax was developed to handle the mundane tasks that come with every SaaS project. It is a collection of secure and reliable APIs for your common business needs.
It is supposed to be the only SDK you need to process your recurring tasks efficiently and quickly. Integrate it in your new or existing SaaS project and start building the fancy stuff!
And your manager will love the benefit of lowering the development costs!
Get startedOne dashboard to complete all tasks. View your used quota and available credits. Manage your API keys and subscription.
Login
APIstax provides a bunch of drop-in and ready-to-use APIs. All available REST endpoints are working with commonly known HTTP methods and JSON.
But there is more to come: We are working continuously on developing more APIs. Usable immediately after release with your subscription at no extra charge.
The first 100 credtis are free! No credit card required! Start using all the APIstax APIs now and save countless hours of development time!