Add a document to a knowledge base
Registers a document. For file sources (pdf/docx/txt) the response carries a short-lived presigned PUT URL the client uploads to, then calls the complete endpoint. For url sources, ingestion starts immediately.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
Required when source_type is url.
Response
Presigned PUT URL for file sources; empty for url sources.