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.Documentation Index
Fetch the complete documentation index at: https://docs.woodwide.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
Large File Uploads
Direct file uploads toPOST /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:
- Prepare the upload with the Prepare Signed-URL Upload endpoint to get a signed URL.
- Upload the file directly to the signed URL.
- Complete the upload to trigger ingestion.