Conversational AI

Move Entity To Folder

Moves the entity from one folder to another.

post/v1/convai/knowledge-base/{document_id}/move

Path parameters

document_idstring required

The id of a document from the knowledge base. This is returned on document addition.

Example:21m00Tcm4TlvDq8ikWAM

The id of a document from the knowledge base. This is returned on document addition.

Headers

xi-api-keystring nullable

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Request body

move_tostring nullable

The folder to move the entities to. If not set, the entities will be moved to the root folder.

Response

Successful Response

Changes

No recorded changes to this endpoint across all 27 revisions of this API.