Use this file to discover all available pages before exploring further.
Product: Visual Search
Use case: Upload videos and images, auto-index them, then search by natural language, image, or transcript phrase
Host: https://api.memories.ai/serve/api/v1Auth: Authorization: sk-mavi-... (no Bearer prefix)
Permanently delete one or more videos from your Private Video Library. Deleted videos cannot be recovered.
Delete is idempotent for unknown video_nos. Passing an array containing a video_no that does not exist (or belongs to a different namespace) still returns code: "0000" with success: true — the call is treated as a no-op for those IDs. There is no per-video status array in the response.
// Empty array{"code":"0001","msg":"The video number list cannot be empty!","data":null,"success":false,"failed":true}// More than 100 IDs in the array{"code":"0001","msg":"The number of videos to delete cannot exceed 100!","data":null,"success":false,"failed":true}
unique_id is optional — omitting it falls back to the default namespace and the request still succeeds with code: "0000".
true when the request was accepted (input validation passed). Note that this does not mean any video was actually deleted — see the idempotency note above.