URL
Codeblock GmbH
The Dibito REST API provides services to submit, verify and deliver eBills. The API is designed to be used by biller integrations.
https://app.dibito.ch/
https://app.dibito.ch/api/v1/pdf/pdfa3b/convert
curl -i -X POST \
https://app.dibito.ch/api/v1/pdf/pdfa3b/convert \
-H 'Content-Type: application/pdf' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '[object Object]'
https://app.dibito.ch/api/v1/pdf/pdfa3b/convert/file
curl -i -X POST \
https://app.dibito.ch/api/v1/pdf/pdfa3b/convert/file \
-H 'Content-Type: multipart/form-data' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-F file=string