Retrieve the models you've created.
GET
/model
model
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/2/model'
Response Response Example
[
{
"id": 1,
"surface_area": 6,
"volume": 1,
"x": 1,
"y": 1,
"z": 1
},
{
"id": 2,
"surface_area": 24,
"volume": 8,
"x": 2,
"y": 2,
"z": 2
}
]
Request
None
Responses
Modified at 2023-08-16 02:30:56
Previous
Voodoo Manufacturing offers printing in a number of different materials, with different color options for each. Your organization can expose as many or as few material options as you want to your end-customer.
Next
Models represent 3D design files that you'd like to produce. Creating models is generally the first step in creating an order.