Skip to main content
POST
Create pre-signed S3 upload link

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
integer
required

Organization ID

dataset
string
required

Dataset name

Body

application/json
fileName
string
required

file name

fileSize
integer
required

file size in bytes

fileHash
string
required

hash to identify file changes

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

error
string

Optional error description (set if 'success' was false)

url
string

S3 Upload Link

ETag
string

S3 File Tag