Transcripts
Search transcripts
Full-text search across all transcripts with filters for speaker, date range, and meeting.
POST
Search across all of your transcripts using natural language queries. Returns matching segments with surrounding context so you can quickly find the relevant part of a conversation. This endpoint has an additional rate limit of 30 requests per minute. See rate limits.Documentation Index
Fetch the complete documentation index at: https://docs.mavioapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Request body
The search query. Supports natural language (e.g., “budget discussion for Q2”) and exact phrase matching with quotes (e.g.,
"launch date").Restrict search to a specific meeting transcript.
Filter results to segments from a specific speaker. Accepts a participant ID (e.g.,
prt_a1b2c3) or a speaker name (partial match supported).Only search meetings that started on or after this date. ISO 8601 format.
Only search meetings that started on or before this date. ISO 8601 format.
Filter by transcript language (ISO 639-1 code, e.g.,
en, es, fr).Maximum number of results to return. Between 1 and 100.
Number of results to skip for pagination.
Response
An array of search results.
Pagination metadata.