Tinybird

The Way to build Real-time Data Products

Go to site
Explore
/
Apps
/
Tinybird

Tinybird API Integrations

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

With Tinybird's powerful API, you can build a suite of analytics applications and insights. Here are a few examples of what you can build:

  • Real-time dashboards: Use Tinybird's API to quickly generate custom dashboards that visualize data in real-time.
  • Complex analytics pipelines: Generate complex analytics pipelines using Tinybird's API, allowing you to process, analyze and visualize data.
  • Data analytics applications: Create interactive applications for data exploration and analytics using our API and tools.
  • Reporting tools: Create custom reports with our API, making it easy to visualize and monitor data.
  • IoT sentiment analysis and visualization: Build sentiment analysis applications for streaming data from the Internet of Things.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    tinybird: {
      type: "app",
      app: "tinybird",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.tinybird.co/v0/tokens`,
      headers: {
        Authorization: `Bearer ${this.tinybird.$auth.token}`,
      },
    })
  },
})

Authentication

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

You can create Auth tokens in the Console UI