This
API prevents developers from needing to develop a last minute micro-service, or jam invoice generation into their app. A single endpoint API accepts invoice data and builds out a PDF, which is then base64 encoded and returned to the developer. No linked files to download or anything like that, just request, receive the response, and decode with any base64 decoder.