Documents
Create a Document
POST
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.