3dassets.dev

Using 3dassets.dev

Every asset is free, web-optimised, and reachable the same way whether you're a person, a build script, or an AI agent.

What you get

Quickest start

js
import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'

new GLTFLoader().load('https://cdn.3dassets.dev/assets/<id>/v1/model.glb', (gltf) => scene.add(gltf.scene))

Copy the exact URL and a snippet from any asset page, or ask for it: GET https://3dassets.dev/api/v1/assets/{slug} returns cdnUrl and usage for three.js, React Three Fiber and <model-viewer>.

Where next