Multiview to 3D
Multiview to 3D generates a 3D model from multiple images. Refer to the Sessions Overview for more general information on how to use the API.
You can find pricing for Multiview to 3D at the bottom of the pricing page of our webapp. Pricing is the same as Image to 3D.
Go through the settings in the request body to customize your 3D model generation.
In particular, if you would like to generate a textured mesh, set the input.settings.texture_model
parameter.
Create a Multiview to 3D session
Send a POST request with your images to start the conversion 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 3D model is ready.
GET
https://api.csm.ai/v3/sessions/{session_id}
Code snippets
Response example
The Multiview to 3D session object
Example object