cURL
Endpoints
Create Folder
Create a new folder in the drive.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://developer.copera.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Creates a new folder in the drive. The authenticated user becomes the owner of the folder.Request Body
name(required): The name of the folder.parentId(optional): The ID of a parent folder to create this folder inside. Omit to create at the root level.
Response
Returns the newly created folder object with generated ID and timestamps.Authorizations
Bearer token
Body
application/json