threedeee API v1

Developer APIs

Build marketplace, catalog, and admin experiences on top of the threedeee API

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 Reference

Authentication

JWT access and refresh tokens; secure your requests with Bearer authorization.

Learn More

Getting Started

Base URL /api/v1 — start from login or register, then call protected routes with your token.

Open Swagger

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

API Request Example
POST /api/v1/auth/login
// Request body
{
"email": "creator@example.com",
"password": "********"
}
// Response (excerpt)
{
"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.