Create Reference Dataset
POST/reference-datasets
Create a new reference dataset and upload its initial Parquet file.
The file is validated as Parquet and stored as version 1.
column_headers and row_count in the response reflect the uploaded file.
Maximum file size is 1GB.
Parameters:
- name: Dataset name, unique per project (1-255 chars)
- description: Optional description
- file: Parquet file (multipart/form-data)
- notes: Optional notes about this first version
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 413
- 422
Reference dataset created with initial data version
Validation Error
Unauthorized
Forbidden
Not Found
Conflict
Request Entity Too Large
Unprocessable Entity