🎨 3D Model Hosting Server

Server is running on port 10009

API Endpoints:

POST /api/upload

Upload a 3D model file (multipart/form-data, field: "model")

GET /api/models

Get list of all uploaded models

GET /api/models/:filename

Get information about specific model

GET /api/download/:filename

Download model file

DELETE /api/models/:filename

Delete a model

GET /models/:filename

Direct static access to model files (with CORS)

Supported Formats:

GLB, GLTF, OBJ, FBX, STL, PLY

Max File Size:

100 MB