Rendered

What can we help with today?

Find the answer to your questions below

Iframe embedding

Basic Embedding

To embed the 3D viewer, use the following basic format:

Replace:

  • PRODUCT_UUID with the unique identifier for the product.
  • CLIENT_ID with your unique client identifier.
				
					<iframe data-lazyloaded="1" src="about:blank" data-litespeed-src="https://a.rendered.ar/api/EmbedTrigger?uuid=PRODUCT_UUID&rda=CLIENT_ID" width="100%" height="500" frameborder="0" allowfullscreen></iframe>
				
			

Custimization

You can customize the appearance of the 3D viewer by using additional URL parameters:

bcolor: This sets the background color of the viewer. You can provide the value as a hex code without the “#”. For example, bcolor=ff0000 will set the background color to red.

Example:

				
					<iframe data-lazyloaded="1" src="about:blank" data-litespeed-src="https://a.rendered.ar/api/EmbedTrigger?uuid=PRODUCT_UUID&rda=CLIENT_ID&bcolor=ff0000" width="100%" height="500" frameborder="0" allowfullscreen></iframe>
				
			

zoom: By default zoom is disabled.If you would like to enable zoom, you can set it to ‘true’.

Example:

				
					<iframe data-lazyloaded="1" src="about:blank" data-litespeed-src="https://a.rendered.ar/api/EmbedTrigger?uuid=PRODUCT_UUID&rda=CLIENT_ID&bcolor=ff0000&zoom=true" width="100%" height="500" frameborder="0" allowfullscreen></iframe>
				
			

URL Parameters

ParameterRequiredDescriptionDefault
uuidYesUnique identifier for the product.None
rdaYesUnique client identifier.None
bcolorNoBackground color of the viewer (hex code without #).fff (white)
zoomNoEnable zoom functionality.false

Error Handeling

Make sure you provide the required parameters (uuid and rda). If they are missing, you’ll receive an error message. Additionally, if the product is not found, an error message will be displayed.

Other articles
Scroll to Top
App-less AR on mobile

Sign up