API Reference

Create new folder

Creates a new folder for the authenticated user

POST /folders

Detailed Description

Creates a new folder for the authenticated user. Use this to establish root-level folders or nested folders by providing a parent_folder_id.

HTTP Method & Path

POST /folders

Authentication Requirements

  • Security Scheme: PandaAuth (apiKey)
  • Header: Authorization: <your_api_token>

Parameters

NameTypeRequiredDescription
Authorizationstring (header)YesPanda API token

Request Body

Schema: CreateFolderRequest

NameTypeRequiredDescription
namestringYesFolder name. minLength=1, maxLength=255.
parent_folder_idstring (uuid)NoParent folder ID to create a nested folder. null for root.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!