+{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"Do I need API keys for QuickBooks, Stripe, etc.?","acceptedAnswer":{"@type":"Answer","text":"No. This API only processes data you send. You obtain invoice data through your own integrations and pass it to /normalize."}},{"@type":"Question","name":"Does it store data?","acceptedAnswer":{"@type":"Answer","text":"No. It is fully stateless."}},{"@type":"Question","name":"Is my data logged?","acceptedAnswer":{"@type":"Answer","text":"No. We do not log any data. Payloads are processed in memory and not persisted or logged."}},{"@type":"Question","name":"What is the max request size?","acceptedAnswer":{"@type":"Answer","text":"15MB."}},{"@type":"Question","name":"Can I auto-detect the vendor?","acceptedAnswer":{"@type":"Answer","text":"Yes. Omit the source parameter and the API will detect the vendor from the payload shape."}},{"@type":"Question","name":"Does this API support OCR?","acceptedAnswer":{"@type":"Answer","text":"We do not perform OCR ourselves. However, we accept JSON output from OCR or document extraction. Send the structured JSON as your payload with source: generic and we will attempt to normalize it using heuristic modes such as pdf_extract or invoice_shaped. Results depend on how structured the OCR output is."}}]}
0 commit comments