Files
Upload file to assistant
Upload a file to the specified assistant.
For guidance and examples, see Manage files.
POST
Authorizations
Pinecone API Key
Path Parameters
The name of the assistant to upload files to.
Query Parameters
Optional JSON-encoded metadata for files.
Body
multipart/form-data
The desired file to be uploaded and processed into the assistant.
The body is of type object
.
Response
200
application/json
File upload has been accepted.
AssistantFileModel is the response format to a successful file upload request.