How to Use the echo3D JavaScript SDK (Tutorial)

echo3D
echo3D
Published in
2 min readMay 18, 2023

This example project utilizes the echo3D JavaScript SDK to allow users to interact with the echo3D API via JavaScript code. The SDK can be downloaded here.

Scan this QR code or click this https://go.echo3d.co/6oJ5 to see this for yourself!

Setup

Video

Steps

  • Upload your desired 3D models, videos, and images to the console.
  • Open a new terminal.
  • Run the following in the terminal:
    -git clone https://github.com/echo3Dco/echo3D-JavaScriptSDK-Example-Project.git
    -cd echo3D-JavaScriptSDK-Example-Project
    -start echo3D-JavaScriptSDK-Example.html
  • Copy your API key from the top of the console and paste it into the application.
  • Copy an entry ID by clicking the icon next to the name of any model you have uploaded to the console and paste it into the application.
  • Optionally do the same for the secret key on the Security page of the console, if your project has it enabled.
  • Click “Load Key.” This will allow you to keep making API calls from the same API key.
  • Outputs of API calls will display as JSON in the center textbox.

Support

Feel free to reach out at support@echo3D.com or join our support channel on Slack.

Check these out:

echo3D (www.echo3D.com; Techstars 19’) is a cloud platform for 3D asset management that provides tools and cloud infrastructure to help developers quickly build and deploy 3D/AR/VR games, apps, and content.

--

--