Returns a file name that is unique in the directory.

If there is a collision, integers will be added. Example: path "~/", name "MyFile.txt" If MyFile.txt already exists in ~/, this endpoint will return MyFile (1).txt, assuming MyFile (1).txt also doesn't exist.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

The path to check for a unique file name

string
required

The name of the file. Should include the file extension.

Response

Language
LoadingLoading…
Response
Choose an example:
*/*