Release Notes
Version 1.2
August 29, 2025
Scraper API Updates
We introduced new Scraper APIs that allow you to parse and retrieve TikTok video content directly:
- Submit Scraper Task: Provide one or multiple TikTok post URLs via the Scraper API. You can include an optional
unique_id
for correlation and acallback_url
to receive notifications upon completion. - Get Task Status: Use the Get Task Status API to check the processing status of a submitted task and retrieve the list of associated video IDs.
These endpoints enable an asynchronous workflow:
- Submit TikTok URLs for parsing.
- Track progress and retrieve video identifiers using the task ID.
August 20, 2025
Search API Update: Searching from tiktok vidoes and Searching from private vidoes now return searching scores of results.
August 19, 2025
New API Update: Searching from tiktok vidoes is now live! You could search and get transcriptions & details from our publicly indexed tiktok videos!
August 12, 2025
Memories.ai now supports a Sub-Account Mechanism, enabling users to upload content with a custom unique_id
for managing users, folders, workspaces, or namespaces.
1. unique_id
Parameter
When performing upload, search, or chat operations, you can include the unique_id
parameter to specify the target user, workspace, folder, or namespace.
- Default Behavior: If
unique_id
is not provided, it defaults to"default"
. - Optional Usage: If your application does not use the concept of a namespace, you can omit this parameter.
The unique_id
is a customizable string that lets you organize and manage uploaded content across different scopes—such as users, workspaces, folders, or namespaces.
- Purpose: Acts as a logical container ID so that all uploads, searches, and chats can be scoped to a specific group.
- Usage in API Calls: Include the same
unique_id
in upload, search, or chat requests to interact only with the content tied to that identifier. - Default: If not provided, it defaults to
"default"
. - When to Use:
- Multi-user systems
- Project-based organization
- Isolating datasets for testing or production
- Any case requiring namespace-like separation
2. Video Marketer API
A new API has been launched! We indexed 1 million TikTok videos in our public video pool. With this API, you can chat directly with insights from the entire 1-million-video dataset—no need to manually select videos beforehand!
3. Non-streaming mode
For all chat-related APIs, we updated the API with non-streaming mode to make it easier for developers to quickly start with the development!
4. API Version Deprecation Notice
Memories.ai API Version 1.1 will be deprecated in 1 month.
- All previously uploaded videos will remain accessible via the Memories.ai website.
Version 1.1
Auguest 2, 2025
Memories.ai introduces API Key Authentication to provide a simpler, more flexible authentication method for developers.
- API Key Authentication – A straightforward method where a unique key is included in the request headers or parameters to authenticate API calls.
- O2O Authentication – The original O2O method remains supported. Use this for applications that require enhanced security through two-step verification.
Version 1.0
March 10, 2025
Memories.ai releases its first version of API for internal testing!