Skip to main content
Datasets are the foundation of every model in Wood Wide AI. Upload a CSV or Parquet file to create a dataset, then reference it when training models.

Create Dataset

Upload a file (up to 30 MB) to create a new dataset.

List Datasets

Retrieve all datasets in your account.

Get Dataset

Fetch details for a specific dataset.

Delete Dataset

Permanently remove a dataset and all its versions.

Preview Dataset Rows

Sample rows from the latest ready version.

Look Up Dataset Rows

Fetch specific rows by their ingest-time ID.

List Models Trained on Dataset

See all models trained on any version of a dataset.

Large File Uploads

Direct file uploads to POST /datasets, POST /models/{model_id}/infer, and POST /models/{model_id}/infer-async are limited to 30 MB. For larger files, use the three-step signed-URL upload flow:
  1. Prepare the upload with the Prepare Signed-URL Upload endpoint to get a signed URL.
  2. Upload the file directly to the signed URL.
  3. Complete the upload to trigger ingestion.