APIstax

Invoice PDF

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.

Invoice PDF

It's that easy!

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"
            }
          ]
        }'
Documentation

What is APIstax?

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.

Developed and hosted in Austria
Privacy by design: No data is stored

Why APIstax?

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.

GDPR compliant
Operated in the European Union

Give it
a try!

For whom?

APIstax is for developers!

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 started

APIstax Dashboard

One dashboard to complete all tasks. View your used quota and available credits. Manage your API keys and subscription.

Login
APIstax - Secure and reliable APIs Dashboard
Sign up now

100 credits for free!

The first 100 credtis are free! No credit card required! Start using all the APIstax APIs now and save countless hours of development time!

Sign up now No credit card required
Newsletter

Stay up to date with our newsletter

I have read and agree to the processing of my data according to the terms of use and the privacy policy.
And yes, we hate spam too! That's why we only send you relevant information, such as new APIs or maintenance schedules.