Sketchfab API
Sketchfab API
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.
World's largest 3D model marketplace (millions of models)
Free tier has download limits
Create app at sketchfab.com/developers for OAuth credentials. GET /v3/search?type=models&q=castle to search models.
Uptime · 30-day window
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).
What you can build
- 1Game development finding 3D assets
- 2E-commerce displaying product 3D views
- 3AR/VR app asset library
- 4Education / museum 3D displays
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)
Example request
curl https://sketchfab.com/<endpoint> \
-H "Authorization: Bearer $ACCESS_TOKEN"Getting started
Create app at sketchfab.com/developers for OAuth credentials. GET /v3/search?type=models&q=castle to search models.
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.
Technical details
- 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