v1

latestOpenAPI 3.1.0Proprietary2026-07-173298155.5 KB
Models - Dragon Cup

Models - build a Dragon Cup

Parametric dragon-scale textured cup with twisted lofted body, voronoi-like skin cells, and configurable shell thickness. All parameters are optional - defaults produce a ready-to-print model.

post/api/v1/models/dragon-cup

Request body

Example request

{
  "params": {
    "precision": 0.1
  },
  "outputs": {
    "meshPrecision": 0.1,
    "gltfMeshPrecision": 0.1
  }
}

Response

Task accepted

oktrue required

Example response

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