v1

latestOpenAPI 3.0.02026-07-263365159.1 KB

Move Documents

Move one or more documents from a source folder to a destination folder.

post/api/v2/eevee/apikey/move/

Headers

apikeystring required

Your personal API key for authentication. You can find it on your Docsumo settings page.

Request body

source_folder_idstring required

The ID of the folder where the documents are currently located.

dest_folder_idstring required

The ID of the folder to which the documents will be moved.

doc_idsstring[] required

A list of document IDs to move.

Response

200

errorstring
error_codestring
messagestring
statusstring
status_codeinteger

Example response

{
  "message": "Successfully moved the doc.",
  "status": "success",
  "status_code": 200
}