Skip to main content
POST
Move a document 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 a document

companyId
string
required

Company ID

documentId
string
required

ID of document to move

folder
object
required

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

Response

Document moved successfully

Success response

msg
string

Success message