Skip to main content
POST
Create folder

Create folder

Creates a folder in the given workspace. Use the returned id as folder_id on POST /media/upload/file or POST /media/upload/url.

Body

integer
required
Workspace that will own the folder
string
required
Display name
string
Hex color (e.g. #4F46E5). Defaults to #4F46E5 if omitted.
integer
Optional parent folder id (must be in the same workspace)
Requires the posts ability.

See also

List folders