curl --location --request GET 'https://api-prd.vidlab7.com/api/v1/conversations/{conversationId}' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <YOUR_API_KEY>' \
{ "transcript": [ { "role": "assistant", "type": "type", "text": "Hello, and nice to meet you!", "timestamp": "2015-03-26T10:58:51Z" } ], "summary": "Hello" }
Retrieves transcript and summary from a conversation that occurred in a live meeting room.
application/json
Show Transcript