Generate a batch of parametric models
POST/api/v1/models/:modelName/batch
Submits up to 50 variations of a parametric model for parallel generation. Returns 202 Accepted with a compound task ID and sub-task details.
All items share the same outputs configuration. Each item can override params independently.
Poll GET /api/v1/tasks/{taskId} until the compound task reaches a terminal status, then retrieve individual sub-task results via GET /api/v1/tasks/{subTaskId}/result/{format}.
Request
Responses
- 202
- 400
- 404
Compound task accepted — sub-tasks created
Request validation failed
Resource not found