top of page

1 min read
Introduction
Discover how Dimensions can help you create and deliver engaging 3D immersive experiences for your products. How Dimensions Works...

1 min read
Creating Assets from a 3D Model
Learn how to use Dimensions' UI to create and serve images, videos, and 3D viewers. To create assets from your 3D model, follow these...

1 min read
Create a New Template
Learn how to create new image, video and 3D viewer templates Templates define the output of the asset. There are three types of...

1 min read
Create a New Preset
Learn how to create new preset collections. A preset is a collection of templates that define how the assets will be created from your 3D...

1 min read
Set API Access Token
Set API authorization through an OAuth flow. To use the Dimensions API, you need to authorize your requests with an OAuth flow. This...
1 min read
Create a Product with API
Learn how to create a product with consecutive API calls. Creating a Product currently requires 3 Consecutive API Calls....
1 min read
Generate Assets with API
Learn how to generate assets using API calls. To generate the assets, the following API call can be made: URL:...
1 min read
Webhook Notification
Learn how to configure a webhook endpoint that will be called whenever a Generate job is finished. To configure a webhook endpoint that...
1 min read
Set Website Integration
Learn how to add a code snippet to easily embed Dimensions assets using HTML and/or Javascript code. The dimensions tag is a JS snippet...
1 min read
HTML Tag Attributes
The tag searches for specific data attributes in your page’s HTML. 🖼️ Images Include an image in your website like this: <div...
1 min read
Global Viewer Configurations
To globally set Viewer-related properties, you can add the following config to the Dimensions tag init: const d8sApi = initDimensions({...
1 min read
Programmatic
Another way to include an image on the page is through the tag’s API. const d8sApi = initDimensions({ ... }); ...
1 min read
Tag Example
An example sandbox with tag & 3d viewer can be found here: Dimensions Demo Website
bottom of page