Models represent 3D design files that you'd like to produce. Creating models is generally the first step in creating an order.
POST
/model
model
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/2/model' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_url": "string"
}'
Response Response Example
{
"id": 1,
"surface_area": 6,
"volume": 1,
"x": 1,
"y": 1,
"z": 1
}
Request
Body Params application/json
Responses
Modified at 2023-08-16 02:30:56