diff --git a/api-reference/create-a-dataset-from-a-public-s3-bucket.mdx b/api-reference/create-a-dataset-from-a-public-s3-bucket.mdx
index ead8c1a..0884c0f 100644
--- a/api-reference/create-a-dataset-from-a-public-s3-bucket.mdx
+++ b/api-reference/create-a-dataset-from-a-public-s3-bucket.mdx
@@ -1,6 +1,6 @@
---
-title: Create a Dataset from an S3 Bucket
-description: Create a new Visual Layer dataset by pointing to a public or private S3 bucket using the cloud API.
+title: "Create a Dataset "
+description: "Create a new Visual Layer dataset by pointing to a public or private S3 bucket using the cloud API."
---
@@ -8,7 +8,7 @@ description: Create a new Visual Layer dataset by pointing to a public or privat
-Use `status_new` for all status checks. The `status` field is being retired. See [Retrieve Dataset Status](/api-reference/retrieve-dataset-status).
+ Use `status_new` for all status checks. The `status` field is being retired. See [Retrieve Dataset Status](/api-reference/retrieve-dataset-status).
## Prerequisites
@@ -32,7 +32,7 @@ Content-Type: multipart/form-data
### Parameters
| Parameter | Type | Required | Description |
-|-----------|------|----------|-------------|
+| --- | --- | --- | --- |
| `dataset_name` | string | Yes | The display name for the new dataset. |
| `bucket_path` | string | Yes | S3 path to the bucket or folder containing your media files. |
@@ -57,7 +57,7 @@ curl -X POST \
Save the `dataset_id` — you need it for all subsequent operations on this dataset.
-Dataset creation is asynchronous. After the initial request, poll `GET /api/v1/dataset/{dataset_id}` until `status_new` is `READY` before running search or export operations.
+ Dataset creation is asynchronous. After the initial request, poll `GET /api/v1/dataset/{dataset_id}` until `status_new` is `READY` before running search or export operations.
---
@@ -124,7 +124,7 @@ print(f"Dataset ready: {dataset_id}")
See [Error Handling](/api-reference/errors) for the error response format and Python handling patterns.
| HTTP Code | Meaning |
-|-----------|---------|
+| --- | --- |
| **200** | Dataset created successfully. |
| **400** | Bad Request — missing or invalid parameters. |
| **401** | Unauthorized — check your JWT token. |
@@ -138,7 +138,8 @@ See [Error Handling](/api-reference/errors) for the error response format and Py
Poll dataset status until processing completes.
+
Incrementally add new media to an indexed dataset.
-
+
\ No newline at end of file