Skip to content
Other

voodoomfg.com

Voodoo Manufacturing 3D Print sandbox and mock API

Welcome to the Voodoo Manufacturing API docs! Your Voodoo Manufacturing API key must be included with each request to the API. The API will look for the key in the "api_key" header of the request. <a href="https://voodoomfg.com/3d-print-api#get-access" target="_blank">You can request a key here.</a> This API provides a programmatic interface for submitting printing orders to Voodoo Manufacturing. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
11
Collections
-
Event types
-
example request
curl https://your-voodoomfg.slurry.io/api/2/materials \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 2.0.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

All 11.

  • GET/materials
  • GET/model
  • POST/model
  • GET/model/quote
  • GET/model/quote_attrs
  • GET/model/{model_id}
  • GET/order
  • POST/order/confirm
  • POST/order/create
  • POST/order/shipping
  • GET/order/{order_id}
Voodoo Manufacturing 3D Print sandbox and mock API | Slurry