Files
Upload file
Upload a file for use in table extraction.
POST
Request body
Send the file asmultipart/form-data with a file field.
The file to upload. Maximum size is 1 GB. Supported formats include PDF, CSV, XLSX, images, and more.
Response
Unique file identifier. Use this when creating tables.
Original file name.
File size in bytes.
MIME type of the file.
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.
