Recording library

Archive and search across call recordings

Turn call and meeting recordings into a structured archive: tags, folders, full-text search and export.

  • All recordings in one place: tags and folders
  • Semantic search by meaning
  • Export to TXT, Markdown, SRT, DOCX and PDF

Tags and folders

Organize recordings into folders and tags, and filter by speaker and source.

Export to PDF and DOCX

Transcripts as PDF, DOCX, Markdown, SRT and VTT — for reports, protocols and subtitles.

Semantic search and Q&A

Find recordings by meaning and ask questions — the model answers with citations.

API

Example request

Find recordings by meaning, export transcripts and ask questions with citations.

# Семантический поиск
curl -X POST https://ttsapi.ru/v1/search \
  -H "X-Api-Key: rtt_…" \
  -H "Content-Type: application/json" \
  -d '{ "query": "обсуждение сроков релиза" }'

# Экспорт транскрипта в PDF
curl -X GET "https://ttsapi.ru/v1/recordings/rec_…/export?format=pdf" \
  -H "X-Api-Key: rtt_…"

FAQ

Frequently asked questions

Which formats can transcripts be exported to?

TXT, Markdown, SRT, VTT, DOCX and PDF — for reports, protocols and subtitles.

How does semantic search work?

It runs on vector embeddings: find recordings by meaning and ask questions, with cited answers.

How fast are new recordings indexed?

Usually within a minute of transcription — recordings become searchable right away.

What does semantic search cover?

Hybrid embedding + full-text search with filters by tag, folder, speaker and date.

Get your recordings in order

Tags, folders and search are available on Pro and Business plans.