Create a new document
Authentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Headers
Request
The file to ingest. Exactly one of file, raw_text, or chunks must be provided.
Raw text content to ingest. Exactly one of file, raw_text, or chunks must be provided.
Pre-processed text chunks to ingest. Exactly one of file, raw_text, or chunks must be provided.
An optional dictionary to override the default chunking configuration for the ingestion process. If not provided, the system will use the default server-side chunking configuration.
Whether or not ingestion runs with orchestration, default is True
. When set to False
, the ingestion process will run synchronous and directly return the result.