CAD
Execute a chained pipeline
Runs multiple operations sequentially in a single worker. Use $ref:N in params to reference step N's result. Optionally pass outputs to convert the final OCCT shape result into downloadable formats (STEP, GLB, decomposed mesh).
post/api/v1/cad/pipeline
Request body
Response
Task accepted for processing
Example response
{
"data": {
"statusUrl": "/api/v1/tasks/{taskId}"
}
}