Retopology
Retopology takes in a 3D model and generates new meshes with improved topology. Refer to the Sessions Overview for more general information on how to use the API.
The following models are available for retopology:
- Swift: Fast meshes for mobile and low-poly use.
- Precision: Detailed, clean meshes for complex assets.
You can find pricing for each model at the bottom of the pricing page of our webapp.
Check out the parameters in the request body to customize the retopology process.
In particular, set the input.model
parameter to choose which model is best suited to your needs,
set the input.texture_model
parameter to choose the texturing mode,
and if you would like to generate a quad mesh, set the input.quads
parameter.
Retopology is currently only available to enterprise customers. The current limit for retopology jobs is 5 concurrent jobs.
Create a Retopology session
Send a POST request with your 3D model to start the retopologization process.
Code snippets
Response example
Check session status and get results
After creating a session, poll this endpoint to check when your retopologized models are ready.
Code snippets
Response example
The Retopology session object
Complete session object