Skip to main content
POST
Generate QR codes and/or barcodes for multiple attestations at once. Returns a ZIP file containing all requested code images.

Use cases

  • Bulk certificate printing with QR codes
  • Generating labels for an entire product batch
  • Exporting verification codes for offline distribution

Request body

string[]
required
Array of attestation UUIDs. Maximum 100 per request.
string
default:"qr"
Type of codes to generate. Options: qr, barcode, both
integer
default:"256"
Size for QR codes in pixels (128 to 1024). Barcodes use default 300x80.

Response

Returns a ZIP file (Content-Type: application/zip) containing PNG images named:
  • {attestation_id}-qr.png for QR codes
  • {attestation_id}-barcode.png for barcodes

Rate limits

Batch requests are rate-limited to 10 requests per minute. Each request can contain up to 100 attestation IDs.