tl;dv is an AI meeting notetaker that joins Google Meet, Zoom and Microsoft Teams calls, records them, and produces transcripts and AI-generated notes and summaries. Read meetings, transcripts and notes, download recordings and import external recordings for transcription. API access requires a paid plan (Pro/Business/Enterprise) and depends on the meeting organizer's plan.

Changelog

1 version
v1.0.0 Latest
  • Initial release. Actions: List Meetings, Find Meetings, Get Meeting, Get Meeting Transcript, Get Meeting Notes, Get Recording Download URL, Download Recording, Import Meeting and Make API Call. Trigger: New Meeting (polling). API-key authentication (x-api-key).

Authentication

TypeDetails
API Key
API Key (password)
Log into tl;dv and open Settings → Personal Settings → API Keys (

Triggers

1
New Meeting icon

New Meeting

Triggers when a new tl;dv meeting appears. Polls the meetings endpoint and emits each new meeting once. Note: only meetings whose organizer is on a paid plan are visible via the API.

Actions

9
Download Recording icon

Download Recording

Downloads a tl;dv meeting recording and stores it as a file, returning its file ID. Recordings can be large; the file is streamed rather than buffered.
Get Meeting icon

Get Meeting

Retrieve a single tl;dv meeting by its ID, including organizer, invitees and template details.
Find Meetings icon

Find Meetings

Search tl;dv meetings by free-text query, date range, meeting type and participation. Pages through all matches (up to the tl;dv 10,000 result ceiling).
Get Meeting Notes icon

Get Meeting Notes

Retrieve the AI-generated notes of a tl;dv meeting: structured notes, topic summaries and a ready-to-use Markdown document you can push straight into a CRM, email or chat message.
Get Meeting Transcript icon

Get Meeting Transcript

Retrieve the transcript of a tl;dv meeting. The transcript is only available once processing completes; if it is not ready yet the flow continues from the 'notReady' port instead of failing.
Get Recording Download URL icon

Get Recording Download URL

Returns a temporary signed URL for downloading a tl;dv meeting recording. The URL is valid for about 6 hours — use it promptly or fetch a fresh one.
Import Meeting icon

Import Meeting

Imports an external audio/video recording from a publicly reachable URL into tl;dv for transcription and AI notes. Supported formats: mp3, mp4, wav, m4a, mkv, mov, avi, wma, flac. Import is asynchronous: the job id is emitted immediately on the first output port, and once tl;dv finishes processing, the created meeting is emitted on the second (Meeting Created) port. On a dry run nothing is created and the second port never fires.
List Meetings icon

List Meetings

Lists all tl;dv meetings your API key can access, paging through the whole result set. tl;dv caps a single query at 10,000 results — use Find Meetings with a date range for larger accounts.
Make API Call icon

Make API Call

Performs an arbitrary authorized API call to the tl;dv API. Useful for reaching endpoints not yet covered by dedicated components, especially while the API is still in v1alpha1.