APIstax is the one-stop-shop for APIs, to focus on business logic, not day-to-day tasks! Create PDFs from HTML, generate EPC QR codes, check VAT numbers, geocode addresses or load consumer price indexes. Just drop in the client SDK and get started!
Get startedcurl -X POST https://api.apistax.io/v1/html-to-pdf \
-o 'document.pdf' \
-H 'Authorization: Bearer API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{ "content": "<html><body><h1>PDF</h1></body></html>"}'
curl -X POST https://api.apistax.io/v1/epc-qr-code \
-o 'qr-code.png' \
-H 'Authorization: Bearer API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{ "iban": "AT00 0000 0000 0000 0000", "recipient": "Company"}'
curl -X POST https://api.apistax.io/v1/vat-verification \
-H 'Authorization: Bearer API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{ "vatId": "ATU16370905" }'
curl -X GET https://api.apistax.io/v1/indexes/at-cpi-2015?frequency=monthly \
-H 'Authorization: Bearer API_KEY_HERE'
curl -X POST https://api.apistax.io/v1/geocode/search \
-H 'Authorization: Bearer API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{ "query": "Wiedner Hauptstraße 32, 1040 Wien" }'
curl -X POST https://api.apistax.io/v1/geocode/reverse \
-H 'Authorization: Bearer API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{ "latitude": 48.1954, "longitude": 16.36688 }'
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.
APIstax offers you a variety of ways to integrate the APIs. Simply use one of the client SDKs in your new or existing SaaS project and save countless hours of development time!
Integrate one of the clients!
Or generate it by yourself using the OpenAPI document. Now you are able to start calling the endpoints.
HTML to PDF: Generate PDF files using HTML content as request payload.
EPC QR Code: Generate EPC QR Codes to use it on your invoices and payment requests.
Swiss QR Invoice: Generate Swiss QR bills to use it on your invoice documents.
Invoice PDF: Create beautiful PDF invoices just from JSON data with valid e-invoice data included
VAT Verification: Validate VAT numbers for EU countries, Switzerland, Norway, Iceland and United Kingdom.
Indexes: List various, always up-to-date indexes like consumer price index for many countries.
Geocoding: Convert a known address to geo-coordinates.
Reverse Geocoding: Convert geo-coordinates to a postal address.
Done!
Yes, you are done. Just start building the fancy stuff and leave the day-to-day tasks to APIstax.
That's it. It's that simple!
Call the HTML to PDF endpoint with your payload.
The processed payload as PDF - done in a bunch of milliseconds.
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.
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 startedThe 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