Datasets
Delete Dataset
Delete a dataset and all associated data.
DELETE
Delete Dataset
Previous
Get Upload UrlGenerate a presigned URL for direct S3 upload.
This endpoint:
1. Validates the dataset exists and belongs to the tenant
2. Creates a pending AudioFile record in the database
3. Generates a presigned POST URL for direct browser upload to S3
The client should:
1. Use the returned URL and fields to construct a multipart/form-data POST
2. Upload the file directly to S3
3. Call the confirm endpoint to mark the upload as complete
Next
Delete Dataset
