Documentation Resources
Everything you need to integrate with the threedeee API
API Reference
Endpoints for auth, uploads, models, purchases, reviews, app settings, and admin tools — request and response shapes in OpenAPI.
View ReferenceAuthentication
JWT access and refresh tokens; secure your requests with Bearer authorization.
Learn MoreGetting Started
Base URL
/api/v1
— start from login or register, then call protected routes
with your token.
Simple & Powerful
RESTful JSON APIs with consistent patterns for creators, customers, uploads, payments, and platform operations.
-
JWT-based authentication
-
JSON request and response bodies
-
Structured error responses
-
Uploads, metadata, and asset management
"email": "creator@example.com",
"password": "********"
}
"accessToken": "eyJhbGciOiJIUzI1NiIs...",
"refreshToken": "...",
"data": { ... }
}
API Features
Built for 3D asset marketplace and generation workflows
Secure Authentication
JWTs for sessions; optional Google sign-in flows where enabled.
Models & Assets
Upload 3D files, manage previews and textures, and organize asset metadata for marketplace listings.
OpenAPI / Swagger
Explore and try endpoints interactively in Swagger UI.
Catalog & Settings
Public platform settings, supported formats, and configurable marketplace rules for uploads and discovery.
Payments & Purchases
Purchase flows, payment records, pricing, fees, and payout-ready financial data where configured.
Admin & Operations
Admin routes for moderation, configuration, and support.
Ready to Build?
Open Swagger UI for live docs and try requests against your environment.