TutAR 3D Docs
  • Overview
  • Embedding
    • Website
    • React Native
    • Flutter
    • Native Android
    • Native iOS
Powered by GitBook
On this page
  • Prerequisites
  • Embedding the Viewer
  1. Embedding

Website

Embedding TutAR 3D viewer in a Website

Last updated 1 year ago

Prerequisites

  • This guide expects a basic

  • Get a Connect3D Vendor Account from TutAR by sending a mail at <email@tutar.app>.

  • Gererate an API key from the

Embedding the Viewer

The 3D viewer can be embedded into a website by using . Based on the you choose there are two different ways to embed the viewer.

  • For Vendor-Managed Subscription

<iframe
    src="https://web.tutar.app?api-key=<>&user-id=<>"
    id="3d-viewer"
    allow="camera"
    allowFullScreen ></iframe>
  • For User-Managed Subscription

<iframe
    src="https://web.tutar.app?api-key=<>"
    id="3d-viewer"
    allow="camera"
    allowFullScreen ></iframe>

here since the Authentication is handled by the end user, only API-KEY is required.

Web development knowledge
Connect3D dashboard
an iframe
Subscription mode