Create a seed dataset by uploading a ZIP file
The system automatically detects the dataset type based on ZIP structure:Documentation Index
Fetch the complete documentation index at: https://docs.dataframer.ai/llms.txt
Use this file to discover all available pages before exploring further.
| 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 |
API Key authentication. Format: "Bearer YOUR_API_KEY"
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
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).