Augmented Reality

Place Your CAD Models
in the Real World

SyncCAD AR Viewer lets clients and engineers see 3D models directly in their space — no app install, straight from the browser on any iOS or Android device.

Try AR Viewer Request Demo
ar.synccad.com/view/pump-assembly-v3
View in AR
Drag to rotate · Pinch to zoom · On mobile: tap View in AR to place in your room

AR technology
built for CAD.

Designed for engineers, architects, and clients who want to experience designs before they're built.

No-App WebAR

Open directly from Safari or Chrome on iOS/Android — no app download required. Powered by WebXR and Quick Look.

All Major Formats

Supports GLTF, GLB, OBJ, FBX, USDZ — upload your CAD file and preview instantly in AR without manual conversion.

Shareable AR Links

Generate a link that opens the model in AR. Share via WhatsApp, email, or embed in proposals — an instant wow moment for clients.

QR Code Launch

Every AR model gets a QR code — print it on proposals or site boards. Clients scan and the model appears in their room instantly.

True-to-Scale

Models render at accurate 1:1 scale — furniture, architecture, and industrial machinery all appear at their real-world dimensions.

Privacy-First

Model files are not stored on public servers. AR sessions run on the client's device — your CAD data stays private and secure.

From CAD file
to AR in minutes.

1

Upload Your Model

Upload a GLTF, OBJ, or FBX file via the Workspace dashboard or directly through the API.

2

Generate AR Link

The platform processes the file and creates a shareable AR link and QR code automatically.

3

Share with Client

Send the link via WhatsApp, email, or embed in a proposal. Works on any modern smartphone.

4

Experience in AR

Client taps the link → model appears in their room at real scale. No app, no friction.

Try the viewer
right now.

Paste any public GLTF/GLB model URL below to load it in the viewer. On a mobile device, tap View in AR to place it in your room.

Load a 3D model

Enter a direct URL to a .glb or .gltf file, or use the demo model.

QR Code Scan on mobile
Open in AR
Android — Scene Viewer iOS — Quick Look

Android uses Google Scene Viewer · iOS uses Quick Look

Embed AR in
your own app.

Use the SyncCAD AR API to register models, generate AR links, and embed the viewer in any web application.

REST Endpoints

POST
/v1/ar/models

Register a model URL and receive an AR share link + QR code

GET
/v1/ar/models/:id

Retrieve model metadata, AR link, and embed URL by ID

GET
/v1/ar/models

List all registered models (requires auth)

Full API Docs →
Register Model
Response
// POST /v1/ar/models const res = await fetch('https://api.synccad.com/v1/ar/models', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Authorization': `Bearer ${apiKey}` }, body: JSON.stringify({ name: 'Pump Assembly v3', src: 'https://cdn.example.com/pump-v3.glb', scale: '1 1 1', // optional usdz for iOS Quick Look iosSrc: 'https://cdn.example.com/pump-v3.usdz' }) }); const model = await res.json(); console.log(model.arLink); // https://ar.synccad.com/pump-v3-a3f9

Ready to show clients
your work in AR?

Request a live demo or start building with the AR API today.

Request a Demo Open Workspace