Writer

Writer is generative AI purpose-built for business teams. World-class companies use Writer to unlock on-brand content at scale.

Go to site
Explore
/
Apps
/
Writer

Writer API Integrations

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

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

Authentication

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

To retrieve your API Key,

  • Navigate to your Writer account and sign in
  • Go to “Admin” > “Settings” > “Account”
  • Under “Service Account”, unfold one of your accounts from the list to display your API Key