Developer API — Digital Metal
Digital Metal

Developer API

Two APIs, one key

Digital Metal exposes two distinct product surfaces under a single auth system. Pick the one that matches your problem — or use both: most pipelines run a DFM analysis to flag manufacturability issues, then create a quote once the part is castable.

Base URL & auth

Base URL

https://digitalmetal.io/api/v1

Every request carries an X-API-Key header. Keys look like dm_live_… and can be created at /dashboard/api. The same key authenticates both APIs, but the metering counters are independent per-product, so a heavy DFM workload won’t exhaust your Quoting quota.

Plans & metering (DFM API only)

The Quoting API is unmetered today. The DFM API is billed per request via Stripe Meters; each call counts against your plan’s included quota and overage bills automatically when enabled.

Planquick_infoanalyzeOverage
free1,000100hard cap (402)
starter ($0/mo)1,000100per-unit
pro50,0005,000per-unit
enterprise1M100Kcontact us

Every metered response includesX-RateLimit-Remainingand X-Billing-Tier headers. Manage your plan, watch live usage, and update payment methods at /dashboard/api.

Beyond HTTP