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.
Retrieve a single tl;dv meeting by its ID, including organizer, invitees and template details.
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).
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.
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.
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.
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.
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.
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.