Dandelion

Semantic Text Analytics as a service

Go to site
Explore
/
Apps
/
Dandelion

Dandelion API Integrations

Build and run workflows using the Dandelion 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

Dandelion is a powerful tool that can be used to build a variety of applications. Here are just a few examples:

  • A tool for extracting information from text
  • A tool for automatically generating summaries of text
  • A tool for automatically categorizing text
  • A tool for identifying the sentiment of text
  • A tool for translating text
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    dandelion: {
      type: "app",
      app: "dandelion",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.dandelion.eu/datagraph/wikisearch/v1`,
      params: {
        text: `brightroll`,
        lang: `en`,
        token: `${this.dandelion.$auth.token}`,
      },
    })
  },
})

Choose an API to Connect with Dandelion API

1
-
12
of
1000+
apps by most popular

Authentication

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

Your API credentials are available in your dashboard