Create Folder
Folder Management
Create Folder
Create a new folder to organize videos in your Private Video Library.
POST
Create Folder
Product: Visual Search
Use case: Organize your indexed videos into folders and scope uploads/searches to a folder
Host:
https://api.memories.ai/serve/api/v1
Auth: Authorization: sk-mavi-... (no Bearer prefix)folder_id can then be passed to Upload Video (folder_id), Move Videos, or the list/search endpoints to scope them to this folder.
Prerequisites
- You have created a memories.ai API key.
Request Example
Uses
application/x-www-form-urlencoded — send name as a form field.cURL
Parameters
Folder name. Maximum 100 characters. Must be unique within your account — creating a folder with an existing name is rejected.
Response Example
Response Fields
Business status code.
0000 indicates success.Human-readable status message.
Identifier of the newly created folder.
Folder display name.
Notes & Limits
- Creating a folder with a name that already exists returns
Folder with this name already exists. - The built-in Default folder does not need to be created — omit
folder_idon upload to use it.
Authorizations
Body
application/x-www-form-urlencoded
Folder name. Max 100 chars, unique within your account.
Maximum string length:
100Example:
"my-project"
