- Docs
- Integrations
- ExaVault Legacy APIs
- ExaVault API v1.2
- Resources
- Create a Folder
Create a Folder
Summary
Create a new folder at the specified path
Endpoint
POST https://mysite.files.com/v1.2/createFolder
Replace mysite.files.com with your site address.
Request Parameters
| Name | Data Type | Description | 
|---|---|---|
| access_token | string | Required. The session key that identifies which user is authenticated. Either an access token returned by the authenticateUser function, or a a Files.com user API Key. | 
| folderName | string | Required. Name of the folder to create | 
| path | string | Required. Where to create the folder. Use /to create a folder in the user's FTP Root folder. |