Convert model format
Convert a generated model into a target format and return the download URL. This operation consumes 10 points.
Authorizations
Use the bearer token provided through the Neural4D website.
Body
UUID of the generated model to convert.
Target model format.
fbx, glb, obj, stl, blend, usdz Target model size in millimeters. The legacy document states the value must be greater than 1.
x >= 2Response
Format conversion result
Conversion status. 0 means completed, 1 means still converting, and -1 means the request is invalid or the conversion failed.
-1, 0, 1 Conversion status message.
Download URL for the converted model when available.
Returned scale number when the conversion finishes.
Echoed model size from the request or intermediate response.