Knowledge Bases
Upload documents to a knowledge base
Uploads one or more files to a knowledge base for chunking and embedding. Documents are processed asynchronously. Listen for the knowledgedocument.finished webhook or poll the document endpoint to know when they are searchable.
POST
PromptJuggler PHP SDK
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Knowledge base handle
Body
multipart/form-data
PromptJuggler PHP SDK