imageAssetId in your templateOverride.
Images can be provided as a direct URL or base64 encoded data. Supported formats: PNG, JPG, WebP.
Supported image types
Watermark
If your organisation has watermarking enabled, awatermark object is required when uploading banner images. The watermark is applied automatically during processing.
Workflow
- Upload an image using Create Image Asset with the image data and type
- Get the
idfrom the response - Reference the
idin your passtemplateOverridewhen creating or updating a pass
Using Image Assets in templateOverride
Template overrides must be enabled for your organisation. Contact support to request access. Requests made without this feature enabled will return a 403 Forbidden error.
templateOverride object:
Using Image Assets in Batch Operations
You can reference image assets in CSV batch operations using the following columns:
For batch updates, set a column to the literal string
null to remove an image asset override.
See the Batch Pass Creation and Batch Pass Update guides for full details.
Deprecated format
The previous flat URL format for image overrides is deprecated but still supported. Image URLs must use HTTPS or be a base64-encoded data URI (data:image/...). Plain HTTP URLs are rejected.
imageAssetId object format for better image management and reduced duplication.