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 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.