Skip to main content

Are there any examples or documentation for obtaining a transcript via API? I have only seen one line in the API documentation that mentions the transcript: 

To get transcript, deal live stage fetch call individually using call-details endpoint.

@Ty_K For obtaining call-transcript or call-summary, we need a call-id and use the /call-details endpoint (https://api-doc.copilot.clari.com/#tag/call/paths/~1call-details/get).
call-id can be taken either from the Copilot call review page address bar or from the result of the /calls endpoint (https://api-doc.copilot.clari.com/#tag/call/paths/~1calls/get)


Reply