Sketchfab API logo

Sketchfab API

Sketchfab API

UpFreemedia

Sketchfab API provides data from the world's largest 3D model hub — search millions of 3D models, upload/download models, embed 3D viewers on web pages.

Visit site ↗Documentation ↗Health checked 9h ago
Use it when

World's largest 3D model marketplace (millions of models)

Watch for

Free tier has download limits

First check

Create app at sketchfab.com/developers for OAuth credentials. GET /v3/search?type=models&q=castle to search models.

Auth
oauth
CORS
?
HTTPS
Yes
Signup
?
Latency
686 ms
Protocol
REST
Pricing
freemium

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 686ms
01

About this API

Sketchfab is a Paris-based 3D model sharing platform founded 2012, acquired by Epic Games in 2021 and integrated into Unreal Engine ecosystem. Dubbed "YouTube for 3D" — anyone can upload 3D models to share or sell. Business model: free uploads, subscription Pro for advanced features (private uploads, commercial license), marketplace takes commission. API use cases: (1) Game / VR / AR developers programmatically search models to integrate into products; (2) E-commerce turn furniture products into 3D models embedded in product pages for 360° viewing; (3) Museums embed scanned artifacts in official websites. Viewer widget is Sketchfab's killer feature — one-line iframe embed for interactive 3D preview, with AR mode (iPhone directly shows real-size object in your home).

02

What you can build

  • 1Game development finding 3D assets
  • 2E-commerce displaying product 3D views
  • 3AR/VR app asset library
  • 4Education / museum 3D displays
03

Strengths & limitations

Strengths

  • World's largest 3D model marketplace (millions of models)
  • Free + paid model mix
  • Easy-to-use embeddable viewer widget
  • Supports nearly all 3D formats (OBJ, FBX, glTF, USDZ)

Limitations

  • Free tier has download limits
  • Some models have copyright restrictions
  • Generative AI era impact on 3D model market (Meshy, Tripo can AI-generate)
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://sketchfab.com/<endpoint> \
  -H "Authorization: Bearer $ACCESS_TOKEN"
05

Getting started

Create app at sketchfab.com/developers for OAuth credentials. GET /v3/search?type=models&q=castle to search models.

06

FAQ

Can I use models commercially?+

Depends on model license. Free models have CC BY (requires attribution) or CC BY-NC (non-commercial) etc. Commercial models bought become commercial-usable.

How does AR work?+

Upload USDZ format models (Apple AR Kit compatible); iOS Safari auto-supports AR Quick Look for one-click AR preview.

07

Technical details

CORS: ?HTTPS: YesSignup: ?Open source: No
Auth type
oauth
Pricing
freemium
Rate limit
60 req/分 free;Pro 更高
Protocols
REST
SDKs
javascript, python
Response time
686 ms
Last health check
5/12/2026, 7:38:25 AM
08

Tags