IBM Watson Translate apikey 授权失败与 Postman

IBM Watson Translate apikey authorization failure with Postman

IBM Watson Translate 正在使用 curl,但我们无法让它与 Postman 一起使用。我们有一个 apikey 但我不知道将它放在 Postman 中的什么位置。我查看了 Authorization 选项卡,没有看到任何接受 apikey 的选项(选项包括 Basic AuthDigest Auth 等)。我尝试将我们的 apikey 放在 ParamsHeaders 中,但我们总是返回 401, Unauthorized。我们的 apikeycurl 一起工作。

在 Postman 上,您可以使用基本身份验证,将 "apikey" 作为您的用户名,并将 Watson 语言翻译服务上显示的 apikey 值作为您的密码,如下图所示。

正文将是原始的 JSON,内容类型设置为 "application/json"

{"text":["Hello"],"model_id":"en-es"}