Skip to main content
GET
Generate a QR code image for an attestation. The QR code encodes the full verification URL that anyone can scan to verify the attestation independently.

Use cases

  • Print on certificates, badges, and documents
  • Embed in emails or digital proof pages
  • Display on screens for instant mobile verification

Parameters

string
required
The UUID of the attestation
integer
default:"256"
Image size in pixels (128 to 1024). The QR code is always square.

Response

Returns a PNG image with Content-Type: image/png. The response includes aggressive cache headers (Cache-Control: public, max-age=31536000, immutable) since QR codes for a given attestation never change.

Encoded URL format

The QR code encodes:
Anyone who scans this QR code will be taken directly to the verification page for this attestation.