Meeting Notes API
Retrieve owned completed calls and speaker transcripts read-only.
Bearer Key
Send your mtl_... key in the Authorization header.
Ownership Only
Other user records visible to you as participant do not enter the API.
60 requests/min
Responses contain limit, remaining, and reset headers.
Request
curl -H "Authorization: Bearer mtl_..." \
"https://titan.co/v1/calls?per_page=25"Endpoints
GET /v1/calls
Supports page, per_page, server_id, channel_id, from, to, and q filters.
GET /v1/calls/{id}
In addition to list fields, returns speaker transcript and participants fields.
GET /openapi.json
