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.
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/v1
Auth: Authorization: sk-mavi-... (no Bearer prefix)search_type=BY_AUDIO.
Prerequisites
- You have created a memories.ai API key.
Request Example
Parameters
Search phrase. LIKE-style exact matching against public transcripts.
One-based page number. Must be greater than 0.
Results per page. Range: 1 – 500.
Response
Page number returned.
Page size returned.
Total matching segments across all pages, returned as a string (
int(total_count) to use it).Public video identifier (typically prefixed with
PI-).Public video title or name.
Segment start time in seconds (returned as string).
The matched transcript text.
GCS bucket of our cached copy of the public video. Omitted when the storage location cannot be resolved.
GCS blob (object) path of the cached video. Use it with
video_bucket at GET /serve/api/v2/download?bucket=&blob= to fetch the file directly.Notes & Limits
- Rate limiting: Exceeding the per-account rate limit returns an error. See Rate limits.
- Billing: Each successful call deducts credits from your account balance.
