Visual Search is a Video Management System (VMS) built for AI applications. You upload content, it indexes automatically, and you search it — using natural language, a query image, or an exact transcript phrase.Documentation Index
Fetch the complete documentation index at: https://api-tools.memories.ai/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
Upload
Send videos or images to the API. Each is indexed automatically and stored in the appropriate library.
Auto-Index
Every upload is processed through two pipelines in parallel:
- Embedding — visual frames and audio are encoded into semantic vectors, enabling natural-language and image search
- Caption & transcription — the platform generates descriptions and transcribes spoken audio, enabling text-level search
UNPARSE (processing) to PARSE (searchable).Three Libraries
Visual Search has three distinct libraries. Understanding which library holds what content is essential — uploads go to different libraries, and each library has its own search endpoints.| Library | What it holds | How to populate | Who can search |
|---|---|---|---|
| Private Video Library | Videos you upload | Upload Video, Upload from Social Media | Your account only |
| Private Image Library | Images you upload | Upload Image | Your account only |
| Public Video Library | Public TikTok / YouTube / Instagram videos | Pre-indexed by Memories.ai — no upload needed | All API users |
Search Modalities
Once indexed, content is searchable in two fundamental ways:| Modality | How it works | Best for |
|---|---|---|
| Semantic | Embedding vectors — finds content that means the same as your query, even if exact words don’t appear | Natural language queries or query images |
| Transcript | Exact LIKE matching against stored audio transcripts | Known phrases or spoken keywords (video library only) |
Next Steps
Get Your API Key
Generate a key to authenticate all API requests.
Upload Content
Upload videos and images — how the indexing pipeline works and which library each upload lands in.
Search
Explore all search endpoints across all three libraries.
