Ask: a POST /meetings/{id}/clips endpoint taking start and end timestamps, returning the shareable clip URL. Essentially the clip button, exposed to the API.
Our use case: we're a recruiting agency. Every candidate interview is recorded in tl;dv, and we clip a short intro segment from each one to embed in the scorecard we send our clients. We're already using the API for meetings and transcripts, so we can find the right timestamps programmatically — clipping is the one step we still do by hand, for every single candidate, on every batch.
Would also be a natural tool on the new MCP server.
Related: the existing "full-length video access via API" request asks for something similar. Server-side clip generation would solve our case without anyone needing to download full recordings at all, which seems better for your bandwidth too.