cURL
curl --request GET \ --url https://www.itsconvo.com/api/v1/conversations/{id}/transcript \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "segments": [ { "text": "Let's review the Q1 targets.", "speaker": "Alice", "timestamp": "2023-11-07T05:31:56Z" } ] } }
API key as Bearer token. Generate keys in your Convo dashboard settings.
Conversation session ID
Conversation transcript
Show child attributes
Was this page helpful?