Login

Uploading S3 Bucket data to Xineoh Platform

The next step is to tell the Xineoh API to read the data from your S3 bucket. The Xineoh API will download the data and schemas.

You initiate it by calling the following API with the relevant S3 bucket details.

Batch Download and Upload API Request:

POST - /builder/batch
Params: { version: v3.0 }
Body: { aws_bucket: YOUR_AWS_BUCKET_NAME, aws_secret_key: IAM_USER_SECRET_KEY }

Please wait for the request to finish. With large S3 buckets, this can take a few minutes.

Successful Response:

{
    "status_code": 200,
    "response": {
        "success": "Files downloaded, converted, schemas imported & data imported"
    }
}