Skip to main content

create_folder()

Create a new folder in a specific scope. Raises an error if a folder with the same name already exists in the target scope.
Parameters: Returns: Dict with folder id, name, org_id, created_at, and description

get_folder()

Lookup a folder by name. Defaults to your personal scope; pass scope="org" for organization folders.
Parameters: Returns: Dict with folder id, name, org_id, scope, created_at, created_by, description, and video_count