CAD Operations
CAD - execute compound (parallel) operations
Runs multiple independent operations in parallel.
post/api/v1/cad/compound
Request body
Response
Compound task accepted
Example response
{
"data": {
"statusUrl": "/api/v1/tasks/{taskId}"
}
}