Authorizations
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Headers
A secret token identifying the client connecting to the API
Examples:
"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"
Body
application/json
The size (in bytes) of the file that will be uploaded. The pre-signed URL will only accept a file of this size.
Required range:
x <= 100000000
The content type of the file that will be uploaded. This must also be passed as a 'content-type' header during the upload. The pre-signed URL will only accept a file of this content-type.
Allowed value:
"application/vnd.apache.parquet"
The original filename of the file that will be uploaded. This is used for display purposes only and does not affect the upload process.