v1

latestOpenAPI 3.1.0Free tier — see pricing2026-07-1371721.2 KB
Batch

Generate up to 50 invoices

Process an array of invoice requests, one credit each, with independent per-item results (a bad item fails alone). Returns JSON results; each successful item includes a hosted_url for the PDF. Requires an API key.

post/api/batch

Request body

Example request

{
  "invoices": [
    {
      "invoice": {
        "currency": "USD"
      },
      "items": [
        {
          "taxes": [
            {
              "name": "VAT"
            }
          ]
        }
      ],
      "global_taxes": [
        {
          "name": "VAT"
        }
      ]
    }
  ]
}

Response

Batch processed.

{"stackTrail":"components:schemas:BatchResponse:properties:success","oasType":"schema","type":"unknown"}
countinteger