v1

latestOpenAPI 3.1.0Proprietary2026-07-173298155.5 KB
CAD Operations

CAD - execute a single operation

Runs a single CAD operation by its fully-qualified identifier.

post/api/v1/cad/execute

Request body

operationstring required

Fully-qualified CAD operation identifier (e.g. 'occt.shapes.solid.createBox', 'manifold.primitives.cube', 'jscad.booleans.union'). Supports OCCT, Manifold, JSCAD, and vector/math operations.

{"stackTrail":"components:schemas:ExecuteBody:properties:params","oasType":"schema","type":"unknown","description":"Operation-specific parameters - varies by operation. See model definitions for available parameters."}

Response

Task accepted

oktrue required

Example response

{
  "data": {
    "statusUrl": "/api/v1/tasks/{taskId}"
  }
}