?
meshyRemesh
Remesh an existing 3D model to adjust topology, polygon count, or convert formats using Meshy.
mindstudio.meshyRemesh(input) → Result
Remeshes an existing 3D model via Meshy to change topology, polygon count, or file format — a cleanup and conversion step on a model you already have.
Parameters
inputTaskId
string
ID of a completed Meshy task to remesh
modelUrl
string
URL to a 3D model file (.glb, .fbx, .obj, .stl)
topology
string
Topology: "triangle" (default) or "quad"
targetPolycount
number
Target polygon count (default 30000, range 100-300000)
resizeHeight
number
Resize model to this height in meters (0 or omitted = no resize)
Call from a method
import { mindstudio } from '@mindstudio-ai/agent'; const result = await mindstudio.meshyRemesh({});