v1

latestOpenAPI 3.1.0Proprietary2026-07-173298155.5 KB
Models

Models - generate a batch

Creates a compound task with one sub-task per item. Each item can have different parameters but shares the same output config.

post/api/v1/models/{modelName}/batch

Path parameters

modelNamestring required

Model slug (e.g. dragon-cup, phone-nest)

Request body

Example request

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

Response

Compound task accepted

oktrue required

Example response

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