API Overview
Last updated
Was this helpful?
Last updated
Was this helpful?
Docupilot API allows you to perform most of the operations that you do with our web application. Our APIs are designed based on HTTP REST Architectural pattern and follow OpenAPI Specification.
Interactive documentation of Docupilot's V2 APIs is available at
APIs can be accessed using a combination of API Key and Secret created from your API Settings section.
Go to Settings > API Settings to create a new API key.
Copy the Key & Secret - download the copy if needed. The secret cannot be retrieved again.
base64 encoded value of key:secret will be your API key
Use the following command to base64 encode your key:secret
Use the following curl command to make an API request using the base64 encoded string generated from previous step.
The X-Workspace
header is required to be sent for all the APIs that interact with your Workspace (ex: Templates, etc). This header holds the ID of your workspace for which the request is being made.
You can locate your Workspace ID on the Workspace details page. Navigate to the Dashboard and click on the Settings icon in the left side menu to access the Workspace details page.
The V1 version of APIs are deprecated and new version, v2, APIs are launched with support for more features. V1 APIs will be deprecated in future and are discouraged from being used.
All V1 APIs need to be authenticated using an API Key.
You can generate your API Key here . You will need to add an apikey header while making an API request.