Using the APIAI Retopology (Enterprise)

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.

There is currently only one model available for retopology:

  • Analytical: Fast meshes for mobile and low-poly use.

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.

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.

POST
https://api.csm.ai/v3/sessions/

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.

GET
https://api.csm.ai/v3/sessions/{session_id}

Code snippets

Response example

The Retopology session object

Complete session object