Upload a file and extract its content in a single blocking call.
Documentation Index
Fetch the complete documentation index at: https://docs.cloudsquid.io/llms.txt
Use this file to discover all available pages before exploring further.
file_type | file field | Use when |
|---|---|---|
binary | Base64-encoded content | Uploading directly from disk |
uri | Signed URL string | File is hosted remotely — Cloudsquid fetches it |
multipart | Array of parts | Email (RFC 822) with attachments |
The name of the project
The ID of the table
the mimetype of the document being uploaded
application/pdf, application/json, image/jpg, image/jpeg, image/png, text/csv, text/plain, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel, video/mp4, audio/mp3, audio/wav, audio/ogg, multipart/related, message/rfc822 the name of the file being uploaded
Indicates whether the file is a binary upload or a signed link to the document.
uri, binary, multipart A signed URL to the file.
Successfully extracted file