Documents
Create Document by Text
Creates a document in a knowledge base from raw text. Indexing runs asynchronously; track it with the returned batch ID via Get Document Indexing Status.
post/datasets/{dataset_id}/document/create-by-text
Path parameters
dataset_idstring uuid required
Knowledge base ID. From List Knowledge Bases.
Request body
Response
Document created successfully.
Changes
Changed in 1 of the 10 revisions of this API.1
- ○
added the non-success response with the status
503response-non-success-status-added
- ○