infery
← All models

Meshy 5 Remesh

meshy-v5-remesh

3D generationby Meshy

Meshy-5 remesh allows you to remesh and export existing 3D models into various formats

Details

Accepts
object_3d

Pricing

Price
25 cr / request

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
topologystringenum: quad, triangleSpecify the topology of the generated model. Quad for smooth surfaces, Triangle for detailed geometry.
model_urlrequiredstringURL or base64 data URI of a 3D model to remesh. Supports .glb, .gltf, .obj, .fbx, .stl formats. Can be a publicly accessible URL or data URI with MIME type application/octet-stream.
origin_atPosition of the origin. None means no effect.
resize_heightnumberResize the model to a certain height measured in meters. Set to 0 for no resizing.
target_formatsarrayList of target formats for the remeshed model.
target_polycountintegerTarget number of polygons in the generated model. Actual count may vary based on geometry complexity.

Output

FieldTypeDescription
model_glbRemeshed 3D object in GLB format (if GLB was requested).
model_urlsURLs for different 3D model formats