Files & Folders
Get Available Name
Get an alternative filename when duplicates exist
POST
Overview
When a file with the same name already exists, this endpoint suggests an alternative filename by appending a counter (e.g., “file.txt” becomes “file (1).txt”).Request Body
Original filename that needs an alternative
Parent folder ID where the file will be uploaded. Use
null for root.Workspace ID
Response
Suggested alternative filename with counter

