Skip to main content
Replay makes your recorded memories searchable. The public API gives you a read-only way to use that data in your own tools, scripts, agents, and workflows. Today, the API supports:
  • Listing memories in your Replay account
  • Fetching a specific memory by ID
  • Reading memory metadata, transcripts, and summaries
Get your API key from your account settings in the Replay web app. API keys are tied to your account, so requests only return your own memories.

Start with the quickstart

Make your first authenticated request and fetch your memories.

Authenticate requests

Learn how API keys work and how to send them safely.

Get a memory

Fetch one memory by ID, including transcript and summary fields when available.

List memories

Retrieve the memories available to your API key.