Skip to main content
POST
Move one or more documents to a different folder.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json

Move operation data

Request body for moving one or more documents

companyId
string
required

Company ID

folder
object
required

Target folder: {name: string, path: string}

documentId
string

ID of document to move (single move)

documentIds
string[]

IDs of documents to move (bulk move); provide this or documentId

Response

Document moved successfully

Success response

msg
string

Success message