Has anyone attempted the new Watson formatting for voicemail transcription?
The old api format has worked well for over a year for us and am curious before we start to test the new format if anyone has ran into caveats that need to be worked around to get it working.
From IBM this morning:
We will soon be retiring the watsonplatform.net endpoint and moving to watson.cloud.ibm.com. Your action is required to ensure uninterrupted service. If you do not make this change by February 12, 2021, calls to watsonplatform.net will fail.
Old format:
https://gateway-wdc.watsonplatform.net/assistant/api/v1/workspaces/{workspace_id}/message
From their the new formatting there appears to be 2 variables where as in the original one we only needed our {workspace_id}:
https://api.us-east.assistant.watson.cloud.ibm.com/instances/{instance_id}/v1/workspaces/{workspace_id}/message.
The old api format has worked well for over a year for us and am curious before we start to test the new format if anyone has ran into caveats that need to be worked around to get it working.
From IBM this morning:
We will soon be retiring the watsonplatform.net endpoint and moving to watson.cloud.ibm.com. Your action is required to ensure uninterrupted service. If you do not make this change by February 12, 2021, calls to watsonplatform.net will fail.
Old format:
https://gateway-wdc.watsonplatform.net/assistant/api/v1/workspaces/{workspace_id}/message
From their the new formatting there appears to be 2 variables where as in the original one we only needed our {workspace_id}:
https://api.us-east.assistant.watson.cloud.ibm.com/instances/{instance_id}/v1/workspaces/{workspace_id}/message.