Docupilot

Document automation software

Go to site
Explore
/
Apps
/
Docupilot

Docupilot API Integrations

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

Docupilot offers a simple, yet powerful API that enables you to generate documents on the fly. With just a few lines of code, you can easily create documents such as PDFs, Word documents, Excel Spreadsheets, and more.

Here are just a few examples of what you can build using the Docupilot API:

  • PDF documents
  • Word documents
  • Excel spreadsheets
  • EBooks
  • Presentations
  • Forms
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: {
    docupilot: {
      type: "app",
      app: "docupilot",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.docupilot.app/api/v1/templates`,
      headers: {
        "apikey": `${this.docupilot.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Docupilot API

1
-
12
of
1000+
apps by most popular

Create Document with Docupilot API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Docupilot
 
Try it
Create Document with Docupilot API on New Item in Feed from RSS API
RSS + Docupilot
 
Try it
Create Document with Docupilot API on New Message in Channel from Discord Bot API
Discord Bot + Docupilot
 
Try it
Create Document with Docupilot API on New Submission from Typeform API
Typeform + Docupilot
 
Try it
Create Document with Docupilot API on Custom Events from Zoom API
Zoom + Docupilot
 
Try it
Create Document with the Docupilot API

Create a document See docs here

 
Try it

Authentication

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

Get your API key in your Settings