What do you want to automate

with Bluesky and Eden AI?

Prompt, edit and deploy AI agents that connect to Bluesky, Eden AI and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Analyze Sentiment in Text with Eden AI API on New Follower On Account from Bluesky API
Bluesky + Eden AI
 
Try it
Analyze Sentiment in Text with Eden AI API on New Posts By Author from Bluesky API
Bluesky + Eden AI
 
Try it
Analyze Sentiment in Text with Eden AI API on New Timeline Posts from Bluesky API
Bluesky + Eden AI
 
Try it
Detect AI Content with Eden AI API on New Follower On Account from Bluesky API
Bluesky + Eden AI
 
Try it
Detect AI Content with Eden AI API on New Posts By Author from Bluesky API
Bluesky + Eden AI
 
Try it
New Follower On Account from the Bluesky API

Emit new event when someone follows the specified account. Requires the account ID as a prop to monitor followers for that account. See the documentation

 
Try it
New Posts By Author from the Bluesky API

Emit new event when an author creates a post. Requires the author id as a prop to track posts from a specific author. See the documentation

 
Try it
New Timeline Posts from the Bluesky API

Emit new event when posts appear in the following feed. See the documentation

 
Try it
Create Post with the Bluesky API

Creates a new post on Bluesky. See the documentation

 
Try it
Analyze Sentiment in Text with the Eden AI API

Analyzes sentiment in the provided text. See the documentation

 
Try it
Like Post with the Bluesky API

Like a specific post on Bluesky. See the documentation

 
Try it
Detect AI Content with the Eden AI API

Detects AI content in the provided text. See the documentation

 
Try it
Generate Audio From Text with the Eden AI API

Generates an audio from the provided text. See the documentation

 
Try it
Integrate the Bluesky API with the Eden AI API
Setup the Bluesky API trigger to run a workflow which integrates with the Eden AI API. Pipedream's integration platform allows you to integrate Bluesky and Eden AI remarkably fast. Free for developers.

Connect Bluesky

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: {
    bluesky: {
      type: "app",
      app: "bluesky",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://bsky.social/xrpc/app.bsky.actor.getProfile?actor=${this.bluesky.$auth.did}`,
      headers: {
        Authorization: `Bearer ${this.bluesky.$auth.oauth_access_token}`,
      },
    })
  },
})

Overview of Eden AI

Eden AI provides a simple API for integrating a variety of AI services from different providers. On Pipedream, you can leverage Eden AI to automate tasks that involve natural language processing, computer vision, and other AI capabilities. By connecting Eden AI with other apps, you can create powerful workflows for data enrichment, content moderation, or sentiment analysis without extensive AI expertise.

Connect Eden AI

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: {
    eden_ai: {
      type: "app",
      app: "eden_ai",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.edenai.run/v2/ocr/custom_document_parsing_async`,
      headers: {
        Authorization: `Bearer ${this.eden_ai.$auth.api_key}`,
        "Accept": `application/json`,
        "Content-Type": `application/json`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo