Exports & Print Jobs
Exports & Print Jobs
Exports & Print Jobs
Once a mint batch reaches minted status, you can generate export packs containing token data for printing, labelling, or integration with downstream systems. Exports are available from the Exports / Print Jobs tab on the Minting Dashboard.
Each export pack is a CSV manifest containing:
For batches exceeding 10,000 units, the system automatically generates multiple sequential packs:
Packs are generated sequentially and each pack covers a deterministic slice of the batch’s tokens.
Export generation is designed to be resilient:
Once a pack is ready:
You can generate a QR manifest for any completed batch using the Reprint QR codes action in the Batches tab. This produces a qr_manifest.csv file containing resolver URLs and token identifiers for use by printing or variable data printing (VDP) software to generate QR codes downstream. No server-side QR image generation is performed — the manifest provides the data needed for your print workflow to produce QR codes.
Each row includes:
QR manifests follow the same multi-pack and resumable generation behaviour as standard CSV exports.
Generate an NFC encoding manifest for any completed batch using the NFC Encoding Manifest action in the Batches tab. This produces an nfc_manifest.csv file containing resolver URLs and token identifiers for use by NFC tag encoding hardware and software.
Each row includes:
NFC manifests follow the same multi-pack and resumable generation behaviour as standard CSV exports.
Generate an RFID encoding manifest for any completed batch using the RFID Encoding Manifest action in the Batches tab. This produces an rfid_manifest.csv file containing resolver URLs and token identifiers for use by RFID tag encoding workflows.
Each row includes:
RFID manifests follow the same multi-pack and resumable generation behaviour as standard CSV exports.
You can generate a ZIP archive of QR code SVG files for any completed batch using the QR Bundle (SVG ZIP) export option. This is ideal for print shops and label production workflows that require individual QR code files.
Each bundle contains:
qr/ folder with one SVG file per physical unit to be printedindex.csv file mapping identifiers, resolver URLs, and filenamesFor serialized (unit-level) batches, each SVG encodes a unique resolver URL for that unit. The index file contains serial, gtin, resolver_url, and filename columns.
For batch-token batches, each lot’s shared resolver URL is repeated across the number of physical units specified by the lot’s print quantity. For example, a lot with a print quantity of 5,000 produces 5,000 identical SVG files. The index file contains lot_code, gtin, resolver_url, and filename columns.
If your brand has a logo uploaded and the Allow logo in QR bundles setting is enabled, QR codes will be generated with the logo embedded in the centre using high error correction (ECC Level H). Without a logo, standard error correction (ECC Level M) is used.
QR bundles are limited to 10,000 codes per pack. For larger batches, the system automatically generates multiple packs. Each pack covers a deterministic slice of the batch’s tokens or lots.
QR bundles are generated asynchronously. After requesting a bundle, you can monitor its status in the Exports tab:
Export files are retained for 30 days from the time they are generated. After this period:
This applies to all export types: CSV manifests, QR manifests, NFC encoding manifests, RFID encoding manifests, and QR bundles.