Create an Object Folder
Create a new object folder. This folder will appear in your organization's library.
Headers
x-api-key
Your organization's active API Key.
Request
This endpoint expects an object.
name
A descriptive title for the object folder you'd like to create.
organization_id
Your organization's unique identifier.
created_by
The email of the user creating the folder. If this parameter is left empty, the value will default to 'API'.
Response
201 - Folder creation successful
detection_item_collection_map
A summary of how many objects in the folder returned are collected or uncollected.
id
The folder id of the newly created folder within your organization's library.
name
The folder name of the nrely created folder within your organization's library.
organization_id
Your organization's unique identifier.
created_at
The date and time at which this folder was originally created within your organization's library.
updated_at
The date and time at which this folder was last updated within your organization's library.
deleted_at
The date and time at which this folder was deleted within your organization's library. This value will always be null for newly created folders.
created_by
The email of the user that originally created this folder within your organization's library. If this parameter is left empty, the value will default to 'API'.