invoices
Process QR code from file
Process a PDF/image file to extract QR code data.
Translates VBA: Module1.RunQR + ProcessFatura
NOTE: QR reading (PyMuPDF + pyzbar) is CPU-heavy and synchronous. We run it in a thread pool to avoid blocking the asyncio event loop, which would stall all other requests on this worker.
post/api/invoices/process-qr
Headers
x-api-tokenstring nullable
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.