Authorizations
Pinecone API Key
Path Parameters
The name of the assistant to upload files to.
Query Parameters
Optional JSON-encoded metadata for files.
Optional flag to opt in to multimodal file processing (PDFs only). Can be either true
or false
. Default is false
.
Body
The desired file to be uploaded and processed into the assistant.
The file to upload.
Response
File upload has been accepted.
The response format for a successful file upload request.
Processing
, Available
, Deleting
, ProcessingFailed
The percentage of the file that has been processed
A signed URL that provides temporary, read-only access to the underlying file. Anyone with the link can access the file, so treat it as sensitive data. Expires after a short time.
"https://storage.googleapis.com/bucket/file.pdf?..."
A message describing any error during file processing. Provided only if an error occurs.
Indicates whether the file was processed as multimodal.