Image to 3D
Image to 3D generates a 3D model from a single image. Refer to the Sessions Overview for more general information on how to use the API.
You can find pricing for Image to 3D at the bottom of the pricing page of our webapp.
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 an Image to 3D session
Send a POST request with your image to start the generation 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 Image to 3D session object
Example object