Voodoo Manufacturing 3D Print API
  1. Schemas
Voodoo Manufacturing 3D Print API
  • materials
    • 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
  • model
    • Retrieve the models you've created.
      GET
    • Models represent 3D design files that you'd like to produce. Creating models is generally the first step in creating an order.
      POST
    • Get a quote a given model id.
      GET
    • Get a quote for a model with the given attributes.
      GET
    • Retrieve a previously created model by its id.
      GET
  • order
    • Lists all orders.
      GET
    • Confirms an order from a quote_id and submits it to the Voodoo factory.
      POST
    • Quotes an order and returns a quote_id that is used to confirm the order.
      POST
    • List shipping options and prices for a given shipment.
      POST
    • Retrieve a previously created model by its id.
      GET
  • Schemas
    • Schemas
      • ConfirmOrderBody
      • CreateModelBody
      • CreateOrderBody
      • Material
      • Model
      • ModelQuote
      • Order
      • OrderPrint
      • Print
      • ProductionOptions
      • ProductionOptionsCosts
      • Quote
      • Rate
      • ShippingAddress
      • ShippingOptionsBody
      • ShippingService
  1. Schemas

ModelQuote

Quote for a model in the given material_id, units, and quantity.

{
    "material_id": 0,
    "model_id": 0,
    "options": {
        "orientation": 0
    },
    "quote": 0,
    "unit_cost": 0,
    "units": "string"
}
Built with