List Videos in Folder
Folder Management
List Videos in Folder
List the videos contained in a specific folder, with pagination.
GET
List Videos in 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.
Prerequisites
- You have created a memories.ai API key.
- You have a folder id from List Folders.
Request Example
cURL
Parameters
Folder to list.
-1 is the Default folder, -2 the legacy API folder. Any other value must be a folder that belongs to your account.One-based page number. Must be > 0.
Number of items per page. Must be > 0.
Response Example
Response Fields
Business status code.
0000 indicates success.Human-readable status message.
The page number returned (one-based).
Items per page.
Total number of videos in the folder.
Videos in this page. Each item has the same shape as List Videos (
video_no, video_name, duration, size, create_time, status, video_url, cover_url, and any capture metadata).Notes & Limits
- A folder that does not belong to your account returns
Folder does not exist or does not belong to the current user. - Rate limiting: Folder endpoints share a per-account rate limit. See Rate limits.
Authorizations
Query Parameters
Folder to list. -1 Default folder, -2 legacy API folder, or a folder that belongs to your account.
One-based page number.
Items per page.
