v1
protected
model-instances
Create Model Instances Bulk
Create many model instances in a single request.
Partial-success semantics: each item is created independently and per-item failures are returned in failed rather than aborting the whole batch. Use this from UIs that let users select N models from a discovered list to avoid N HTTP round-trips.
post/v1/workspaces/{workspace}/model-instances/bulk
Path parameters
workspacestring required
Slug of the workspace the request acts in
Slug of the workspace the request acts in
Request body
Response
Successful Response
Changes
Changed in 1 of the 45 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○