Pillar 03 — API & Integrations
Embed 3D printing capabilities into your product.
Pricing, file validation, and job management as API endpoints. Build 3D printing features into your platform without managing print infrastructure.
API Endpoints
Three endpoints that unlock 3D printing
REST/JSON. No SDK required. Each endpoint works independently or together.
Pricing API
POST a file and configuration — get back an accurate cost estimate in milliseconds. Geometry-based pricing, not guesswork.
Validation API
Run printability checks on STL, OBJ, and 3MF files — wall thickness, manifold errors, and scale. All automated.
Job Management API
Submit jobs, track status, and receive webhooks on every state change. Manage the full lifecycle via API.
API Preview
Instant pricing in one call
This is illustrative — the API is in development. Get in touch for early access.
// POST /v1/estimate
{
"file_key": "orders/tmp_xxx/bracket.stl",
"material": "PETG",
"quality": "HIGH",
"quantity": 5
}
// 200 OK
{
"volume_cm3": 22.4,
"surface_area_cm2": 48.6,
"dimensions_mm": { "x": 80, "y": 55, "z": 40 },
"triangle_count": 1248,
"estimate_min_inr": 490,
"estimate_max_inr": 575
}Use Cases
What people build with df3d
E-commerce stores
Let customers upload custom files and order 3D-printed products directly from your store.
CAD / design tools
Add a 'Print this design' button to your CAD or design application with instant pricing.
Procurement platforms
Automate sourcing of custom 3D-printed parts. Upload a BOM, get quotes, place orders.
Manufacturing portals
Add 3D printing as a manufacturing option alongside CNC and injection moulding.
Interested in API access?
We're working with early partners on the API. Get in touch and we'll discuss how it fits your use case.
