Inksprout

Inksprout is a Chrome extension that automatically fills your LinkedIn post with a summary when sharing links. You can edit, personalize, and save with 100% full control.

Go to site
Explore
/
Apps
/
Inksprout

Inksprout API Integrations

Build and run workflows using the Inksprout 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 Inksprout, you can build a variety of applications that allow users to create and manage their own digital content. Here are some examples of what you can build with the Inksprout API:

  • A content management system that allows users to create and manage their own digital content
  • A social media platform that allows users to share their digital content with others
  • A marketplace that allows users to buy and sell digital content
  • A learning platform that allows users to create and share their own digital learning materials
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    inksprout: {
      type: "app",
      app: "inksprout",
    }
  },
  async run({steps, $}) {
    const data = {
      "url": `https://www.blogto.com/restaurants/minami-toronto/`,
      "text": ``,
    }
    return await axios($, {
      method: "post",
      url: `https://inksprout.co/api/v1/summarize`,
      headers: {
        Authorization: `Bearer ${this.inksprout.$auth.api_key}`,
      },
      data,
    })
  },
})
Create Summary with Inksprout API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Inksprout
 
Try it
Send Message (Advanced) with Discord Webhook API on New event for each summary created. [See the docs](https://inksprout.co/docs/index.html#item-2-2). from Inksprout API
Inksprout + Discord Webhook
 
Try it
Create Summary with Inksprout API on New Message in Channel from Discord Bot API
Discord Bot + Inksprout
 
Try it
Create Summary with Inksprout API on New Submission from Typeform API
Typeform + Inksprout
 
Try it
Create Summary with Inksprout API on Custom Events from Zoom API
Zoom + Inksprout
 
Try it
New event for each summary created. [See the docs](https://inksprout.co/docs/index.html#item-2-2). from the Inksprout API

Emit new event when a summary is created.

 
Try it
Create Summary with the Inksprout API

Create summary by either url or raw text. See the docs.

 
Try it
List Summaries with the Inksprout API

List all summaries created. See the docs.

 
Try it

Authentication

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

To retrieve your API Token,

  • Navigate to your Inksprout account and sign in
  • Go to “Automation” > “API”