Quickstart ThreeJS
Go to the Nomoko platform and select create account under MY ACCOUNT. Do not forget to enter the verification code in order to confirm your email address.

Once you have successfully logged in, you will have access to the API keys management system under MY ACCOUNT. You will need to create a public API key to view your uploaded 3D assets or stream the assets in your application. For more information on the public and private API key, head to API key management.


Go to MY DATA and select the 3D uploads tab to upload your 3D data to be converted to the Nomoko web-ready format, which is optimized for web streaming. At the moment only photogrammetry 3D models in .fbx format are supported. For more information on the supported data format head to Technical limitations.

Your uploaded assets will be converted automatically and there is nothing you need to do until the conversion is finished. You can leave the platform and the process will not be interrupted.
Once you asset is uploaded and converted, a unique asset URL is assigned to it. Use the copy feature to obtain the full URL to use in the next step.
For more information on data upload and preview head to Data upload and conversion.

Alternatively, you can upload your models via the Platform API instead of using the platform UI.
Now you can follow this code example to initialize a 3D scene and render your uploaded asset. Note that you will need your pubic API key and the asset URL of your uploads generated in the previous steps.
