Skip to main content
POST
/
api
/
v1
/
storage
/
folders
Create Folder
curl --request POST \
  --url https://control-plane.kubiya.ai/api/v1/storage/folders \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

folder_path
string
required

Folder path to create

Response

Successful Response