Create a Document
Documents
Create a Document
POST
Create a Document
Documentation Index
Fetch the complete documentation index at: https://docs.baseplate.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Dataset ID
Header
Baseplate API key. Must be in the format βBearer $BASEPLATE_API_KEYβ
Body
The document ID to create. Must be unique within a dataset.
The name of the file
The url of the file
Content of a document to add.
If true, will GET the url and parse the response as a document.
Sets the chunk size if parse_url or content is set.
Sets the chunk overlap if parse_url or content is set.
Metadata to add to every row in the document. Optional.