tl;dv
Lets an agent read your tl;dv meeting data through the REST API (currently v1alpha1): list and get meetings, fetch the transcript, highlights, and AI notes. Useful for pulling meeting context and follow-ups into a workflow.
What it can do
| Method | What it does |
|---|---|
tldv_meetings_list | List meetings (filter by query, date range, type, participation). |
tldv_meeting_get | Get one meeting's details by ID. |
tldv_transcript_get | Get the transcript for a meeting. |
tldv_highlights_get | Get the highlights for a meeting. |
tldv_notes_get | Get the AI notes for a meeting. |
tldv_request | Generic passthrough to any endpoint for full API coverage. |
How to get your API key
tl;dv authenticates with an API key sent as the x-api-key header.
- Sign in to tl;dv.
- Open Settings -> Developer / API (tldv.io/app/settings/developers).
- Generate an API key and copy it.
- Paste it into FlyMyAI.
Fields to fill
| FlyMyAI field | Where it comes from |
|---|---|
TLDV_API_KEY | tl;dv -> Settings -> Developer / API |
Troubleshooting
401 Unauthorized- the key is wrong or revoked. Generate a new one under Settings -> Developer / API.403 Forbidden- your tl;dv plan does not include API access; the developer API requires a paid plan.404 Not Found- the meeting ID is wrong; list meetings first withtldv_meetings_list.- API shape changes - the API is in
v1alpha1and may change before the stable release. If a named action breaks, usetldv_requestwith the current path.
Links
We love our partners - FlyMy.AI builds with the best. Thanks, tl;dv!