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
Example response
{
"data": {
"statusUrl": "/api/v1/tasks/{taskId}"
}
}