3D Print API Documentation

PRINT3D QUOTE (POST)

Sample Call
URL: /api/print3d/quote
Parameters
file STL file sent by HTTP POST. Currently only STL files are valid, not ZIP. Example using PHP and CURL.


Response
description Material type. SLA, ABS, etc.
triangles Number of triangles read from model
volume Volume in cubic cm
density Density of the material in grams/cubic cm
weight Weight in grams using this material
price Cost to 3D print this model in this material

Sample Response (JSON)

{"file_name":"stl-sample.stl","triangles":3802,"volume":"0.01","density":1.3,"weight":"0.0","cost_sell":"0.95","color":"White"}