POST
/
api
/
v1
/
buckets
/
{uuid}
/
objects
/
create_folder
Create folder
curl --request POST \
  --url https://app.miget.com/api/v1/buckets/{uuid}/objects/create_folder \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "folder_path": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Headers

X-Workspace-Id
string

Workspace ID (uses default workspace if not provided)

Path Parameters

uuid
string
required

Body

application/json

Create folder

folder_path
string
required

Folder path (should end with /)

Response

Folder created successfully