accesso_save_barcodes
Extract scannable barcode images from an accesso order ticket link and save them as PNG files, or return them inline for remote use.
Instructions
Save the scannable barcode images from an accesso order. Writes PNGs and returns their paths; set inline to receive the images directly instead (which is the only useful mode when this server runs remotely, since its filesystem is not the user's).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | The accesso ticket link from the order-confirmation email. Optional when ACCESSO_TICKET_URL is set. | |
| inline | No | Return the images in the response instead of writing files. | |
| indexes | No | Ticket `index` values to act on. Omit for every ticket on the order. |