/
RM
rmfg
/
FastAPI
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 18h ago
Details
Filter operations
checkout
1
designs
9
dropship
12
dropship-v1
7
images
6
materials
1
get
List Materials
quotes
4
utils
1
materials
List Materials
List all materials available for quoting
get
/materials/
Response
Successful Response
MaterialTable[]
required
id
string
required
material
'Steel'
|
'Aluminum'
|
'Stainless Steel'
required
type
string
required
thickness_in
number
nullable
thickness_mm
number
nullable
weight_cm2
number
nullable
display_thickness
string
nullable
bendable
boolean
nullable
ultimate_tensile_strength_psi
integer
nullable
yield_tensile_strength_psi
integer
nullable
Changes