I am trying to download a list of transcript URLs using the endpoint /api/v2/speechandtextanalytics/conversations/{conversationId}/communications/{communicationId}/transcripturl . Can anyone assist me in obtaining the communicationId for this process? My goal is to download the transcript for a specific conversation.
The communicationId corresponds to the id of the call of the first participant (customer) that appears in the conversation context (obtained via GET /api/v2/conversations/{conversationId}). See this other post for more details.
What are you trying to do?
Access the set of messages exchanged between the customer and the Contact Center?
In this case, it should be a recording - i.e. GET /api/v2/conversations/{conversationId}/recordings and related API endpoints.