Tone Analyzer和Personality Insights是两种不同的服务。
查看您尝试使用的网址:
https://gateway.watsonplatform.net/tone-analyzer-experimental/api/v2/profile
我猜你正在尝试使用/tone
分析一段文本的“音调”的调用。
正确的网址应该是:
https://gateway.watsonplatform.net/tone-analyzer-beta/api/v3/tone
示例卷曲请求
curl -X POST \
-u USERNAME:PASSWORD \
-H "Content-Type: application/json" \
-d 'This is an important email. You should be working on X and have it ready by Friday' \
"https://gateway.watsonplatform.net/tone-analyzer-experimental/api/v3/tone?version=2016-02-11"
确保使用您的服务凭证替换USERNAME
和。PASSWORD
请参阅Tone Analyzer 文档以了解有关该服务的更多信息。
请参阅API Explorer以了解有关 API 的更多信息。
更新:音调分析器现在是 Beta 版;网址已更正。