Writer is generative AI purpose-built for business teams. World-class companies use Writer to unlock on-brand content at scale.
Go to siteimport { 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`,
},
})
},
})
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,