CAD Operations
CAD - execute a chained pipeline
Runs multiple operations sequentially. Use '$ref:N' in params to reference step N's result.
post/api/v1/cad/pipeline
Request body
Example request
{
"outputs": {
"meshPrecision": 0.1,
"gltfMeshPrecision": 0.1
}
}Response
Task accepted
Example response
{
"data": {
"statusUrl": "/api/v1/tasks/{taskId}"
}
}