Manage Documents

Add document

Add a document with any content type (text, url, file, etc.) and metadata

post/v3/documents

Request body

contentstring required

The content to extract and process into a document. This can be a URL to a website, a PDF, an image, or a video.

containerTagstring

Optional tag this document should be containerized by. Max 100 characters, alphanumeric with hyphens and underscores only.

containerTagsstring[]
customIdstring

Optional custom ID of the document. Max 100 characters, alphanumeric with hyphens and underscores only.

metadataobject

Optional metadata for the document.

Response

Document added successfully

idstring required

Unique identifier of the document

statusstring required

Status of the document

Changes