API Resources
The Datature Vi SDK exposes every platform resource through a single client object. Once you initialize vi.Client, you get access to datasets, assets, annotations, training projects, flows, runs, models, and organizations. All resources share consistent pagination, error handling, and type hints.
- Vi SDK installed with authentication configured
- A secret key for API authentication
- Familiarity with Vi SDK basics
Resource overview
Datasets
List, get, export, download, and delete datasets. The root container for all your training data.
Assets
Upload, download, list, and delete image files within a dataset.
Annotations
Upload, list, get, download, and delete annotations. Supports phrase grounding and VQA formats.
Training Projects
Create, list, get, update, and delete training projects. Manage aggregation insights.
Flows
Create, list, get, update, and delete training workflows that define model architecture and hyperparameters.
Runs
Create, list, get, update, kill, and delete training runs.
Models
List, get, and download model checkpoints from completed training runs.
Organizations
Get organization info, billing details, user lists, and enabled features.
For client setup, authentication, pagination, error handling, and other SDK fundamentals, see Getting started with the Vi SDK.
Next steps
Updated about 1 month ago
