File Management Service
Folders

Create Folder

1min
POST
https://{base_url}/core/api/v1/file-manager/folders
This endpoint creates a Folder in FMS to map files with it.
Header Parameters
X-COREOS-REQUEST-ID
*
X-COREOS-ACCESS
*
X-COREOS-USERINFO
X-COREOS-TID
*
Body Parameters
body
*
Description
Create folder, the request body should not exceed more than 375 KB.
name
*
description
callback
defaultURLExpiry
ttlInDays
Responses
200
OK - The request succeeded.
All Of
object +
data
request
400
Bad request - The server is unable to process the request due to something that is perceived to be a client error.
error
request
503
Server error - The server is not ready to handle the request. This could be due to maintenance downtime or system resource constraints.
error
request
Curl
JS
Ruby
Python
Responses
200
400
503