Skip to main content
Install the TypeScript SDK, ingest one recording, wait for it to index, and run a search.

Install

Create a client

Ingest a recording

Pass your own asset_id — this is how you’ll identify the recording in search results. Use asset_class to group recordings that belong to the same customer or workspace.

Wait for indexing

Results include start_ms and end_ms so you can jump a player to the matching segment.

Full example

Next steps

How it works

Understand the ingest → index → search lifecycle.

TypeScript SDK

Inputs, outputs, and error types.