Retrieve conversation transcript

Hello. I'd like to know what are the API options to retrieve the transcript of a conversation

I have only found this endpoint:

/api/v2/speechandtextanalytics/conversations/{convId}/communications/{commId}/transcripturl

But this gives you an AWS URL, and fetching that in external apps leads to a lot of CORS issues. Isn't any other endpoint available for retrieving the transcript without "leaving" Genesys Cloud (=> relying on AWS resources)?

That should be the correct endpoint.

That is a Genesys resource; the Genesys Cloud services are built entirely in AWS.

Please open a case with Genesys Cloud Care to report the lack of CORS headers as a bug. I doubt the behavior to prohibit all web apps from accessing the transcript files is intentional as the API resource allows CORS. In the meantime, you can implement a web proxy to apply the CORS headers so your web app can access the files.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.