API
Integrate PlushBase models into your projects
🚧 Coming Soon
API in Development
We're building a developer-friendly API to let you programmatically access our entire library of cute 3D models.
What to Expect
Here's a sneak peek at what the PlushBase API will offer:
// Fetch all models in a category
const response = await fetch('https://api.plushbase.com/v1/models?category=animals');
const models = await response.json();
// Get a specific model by ID
const model = await fetch('https://api.plushbase.com/v1/models/strawberry-bear');
// Search models
const search = await fetch('https://api.plushbase.com/v1/search?q=cat&limit=20');
Full-Text Search
Search across all models by name, tags, category, and description.
Bulk Downloads
Download multiple models at once with category or series filters.
Direct CDN Links
Get direct links to GLB files from our global CDN for fast loading.
Model Metadata
Access poly counts, file sizes, tags, and licensing information.
Get Notified
Be the first to know when the PlushBase API launches.