Skip to main content
POST

Request body

Send the file as multipart/form-data with a file field.
file
required
The file to upload. Maximum size is 1 GB. Supported formats include PDF, CSV, XLSX, images, and more.

Response

string
Unique file identifier. Use this when creating tables.
string
Original file name.
integer
File size in bytes.
string
MIME type of the file.
string
ISO 8601 timestamp.
The TypeScript SDK accepts File or Blob objects. The Python SDK accepts a file path string and handles the multipart upload automatically.