v3

latestOpenAPI 3.1.02026-08-0797185285.8 KB

Post File Upload

post/file-uploads

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Request body

content_type'application/vnd.apache.parquet' required

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.

content_lengthinteger required

The size (in bytes) of the file that will be uploaded. The pre-signed URL will only accept a file of this size.

file_namestring required

The original filename of the file that will be uploaded. This is used for display purposes only and does not affect the upload process.

Response

Successful Response

idstring required
upload_urlstring required

A presigned upload URL, which must be used to upload the document associated with this source.

Example response

{
  "id": "tfu_1DZPAW31R1S0ZESH"
}