Create seed dataset from ZIP
Create a seed dataset by uploading a ZIP file
- SINGLE_FILE: ZIP contains exactly one file containing all the samples
- MULTI_FILE: ZIP contains multiple files at root level, where each file is a separate sample
- MULTI_FOLDER: ZIP contains multiple folders, where each folder is a separate sample and only contains files with no nested folders
File constraints by dataset type
| Type | Allowed formats | Size limit | Count limit |
|---|---|---|---|
| SINGLE_FILE | CSV, JSON, JSONL | 50MB | 1 file, min 2 rows |
| MULTI_FILE | TXT, MD, JSON, CSV, JSONL, PDF | 1MB/file, 50MB total | 2-1000 files |
| MULTI_FOLDER | TXT, MD, JSON, CSV, JSONL, PDF | 1MB/file, 50MB total | 2-1000 files, 20/folder, min 2 folders |
Authorizations
API Key authentication. Format: "Bearer YOUR_API_KEY"
Body
Dataset name (unique within company)
ZIP file containing dataset files. For MULTI_FOLDER datasets, the order files appear in the ZIP determines their order within each folder — earlier files should be the ones that later files may depend on.
Optional dataset description
Response
Seed dataset created successfully
Unique identifier for the dataset
Dataset name
Optional description of the dataset contents or purpose
Type of dataset structure. SINGLE_FILE: one CSV/JSON/JSONL file with tabular data. MULTI_FILE: multiple individual text files. MULTI_FOLDER: files organized into folders where each folder represents one sample.
SINGLE_FILE, MULTI_FILE, MULTI_FOLDER Timestamp when the dataset was created
Timestamp when the dataset was last modified
Email address of the user who created the dataset
List of all files in the dataset
Total number of folders in the dataset
Total number of files in the dataset
Number of data samples in the dataset. Only populated for SINGLE_FILE datasets (e.g. number of rows in a CSV).

