Skip to main content
POST

Overview

Validates files before upload by checking if files with the same name already exist at the specified location. Returns a list of duplicate filenames.

Query Parameters

integer
Workspace ID

Request Body

array
required
Array of files to validate

Response

boolean
true if duplicates were found
array
Array of filenames that already exist
string
Request status (success)
Use /entry/getAvailableName to get an alternative filename when duplicates are found.