Attestations
Get QR Code
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.
Anyone who scans this QR code will be taken directly to the verification page for this attestation.
Use cases
- Print on certificates, badges, and documents
- Embed in emails or digital proof pages
- Display on screens for instant mobile verification
Parameters
The UUID of the attestation
Image size in pixels (128 to 1024). The QR code is always square.
Response
Returns a PNG image withContent-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.

