Upload Files for SmartConnector Runs
Get a Presigned Upload URL
Query Parameter
Type
Required
Description
GET /api/s3/presigned-post?filename=data.csv&contenttype=text/csv&source=smart_connector_import{
"url": "https://<bucket>.s3.amazonaws.com/",
"fields": {
"key": "...",
"Content-Type": "text/csv",
"acl": "private",
"tagging": "...",
"policy": "...",
"x-amz-algorithm": "...",
"x-amz-credential": "...",
"x-amz-date": "...",
"x-amz-signature": "..."
},
"s3object_id": "f9e8d7c6-...",
"max_file_size": 15000000,
"expires_at": "..."
}Field
Type
Description
Upload the File to S3
Confirm the Upload with Kizen
Field
Type
Required
Description
What's Next?
Last updated
Was this helpful?