The natural language AI service for advanced text analytics
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
ibm_cloud_natural_language_understanding: {
type: "app",
app: "ibm_cloud_natural_language_understanding",
}
},
async run({steps, $}) {
return await axios($, {
url: `${this.ibm_cloud_natural_language_understanding.$auth.instance_url}/v1/models`,
auth: {
username: `apikey`,
password: `${this.ibm_cloud_natural_language_understanding.$auth.api_key}`,
},
params: {
version: `2022-04-07`,
},
})
},
})
IBM Cloud - Natural Language Understanding uses API keys for authentication. When you connect your IBM Cloud - Natural Language Understanding account, Pipedream securely stores the keys so you can easily authenticate to IBM Cloud - Natural Language Understanding APIs in both code and no-code steps.
To retrieve your API Key and URL,