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.
GET
/materials
materials
The responses include display details about each material, along with the unique id required to request a print in a specific material.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/2/materials'
Response Response Example
[
{
"color": "True Red",
"color_sample": "#CF1B1D",
"id": 1,
"type": "PLA"
},
{
"color": "True Brown",
"color_sample": "#995D15",
"id": 2,
"type": "PLA"
}
]
Request
None
Responses
Modified at 2023-08-16 02:30:56