Datumbox

Datumbox offers an innovative Machine Learning platform specialized in Natural Language Processing.

Go to site
Explore
/
Apps
/
Datumbox

Datumbox API Integrations

Build and run workflows using the Datumbox API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Go to the Datumbox API docs to find out what you can build using their API!

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    datumbox: {
      type: "app",
      app: "datumbox",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `http://api.datumbox.com/1.0/SentimentAnalysis.json`,
      params: {
        api_key: `${this.datumbox.$auth.api_key}`,
        text: `YOUR_TEXT`,
      },
    })
  },
})

Authentication

Datumbox uses API keys for authentication. When you connect your Datumbox account, Pipedream securely stores the keys so you can easily authenticate to Datumbox APIs in both code and no-code steps.

Sign in and copy your API key from the API Key & Credentials page