API Reference
QR Codes
Generate GS1 Digital Link QR codes.
Generate GS1 Digital Link QR codes.
Get QR code SVG
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication. Pass your key in the Authorization header:
Authorization: Bearer sk_live_...
In: header
Path Parameters
productId*string
Unique product identifier.
Format
uuidResponse Body
image/svg+xml
application/json
application/json
curl -X GET "https://api.eulabel.eu/v1/products/497f6eca-6276-4993-bfeb-53cbbbba6f08/qr""string"{
"error": {
"type": "authentication_error",
"message": "Invalid API key",
"code": "authentication_error"
}
}{
"error": {
"type": "not_found",
"message": "Resource not found",
"code": "not_found"
}
}