Skip to main content

Base Asset

These are sometimes referred to as raw models or source models in tutorials or elsewhere in the docs. Base asset is a user uploaded model. All future processing is applied to these assets only.

This is where you find endpoints some critical endpoints:

  • Uploading a model
  • Optimizing a model
  • Read 3D Metadata of the uploaded model
  • Get running jobs (we suggest you to check webhooks though)
  • Find all optimized versions of a base asset

What happens to uploaded files?

Each base asset upload will trigger some analysis process to generate 3D metadata and render images for using that file in an easier way in downstream processes. You are going to find this data when you call Get Base Asset endpoint and look at .json or image files inside the data -> downloads.

Automatically exported models

If the uploaded model is a CAD file, we will also automatically output a .glb and .usd version of it. If the uploaded model is a 3ds Max file, we will automatically output a .glb, .gltf, .fbx, and .usdz version of it while translating all V-ray materials to PBR materials. Read reference documentation of DCC Importer for more information on this topic.

Base Asset Endpoints

Here are all the base asset endpoints: