Create an invoice directly from structured JSON, or upload a file and submit it for import. A
single import creates one workflow run with one item. Read the item to find its resulting invoice.
Processing failures and non-invoice files remain import outcomes; they do not create pending invoices.
Try the development API
Use the API base URL provided for your development environment. For a local checkout, followapps/api-worker/README.md in the repository and start the Worker with:
http://localhost:3500. Replace that base URL with
your development deployment’s URL when applicable. A documentation preview does not deploy the API
or start import processing; file imports also require the workflow service described in the setup.
Start with the quickstart for copyable requests, then use
API conventions, invoice semantics, and
workflow runs to interpret the responses.