API Overview
The Docupilot API allows you to perform all the operations that you do with our web client.
Docupilot API is built using REST principles which ensures predictable URLs that makes writing applications easy. This API follows HTTP rules, enabling a wide range of HTTP clients can be used to interact with the API.
Every resource is exposed as a URL. The URL of each resource can be obtained by accessing the API Root Endpoint.
All Docupilot API need to be authenticated using an API Key.
You can generate your API Key here https://dashboard.docupilot.app/settings/api. You will need to add an apikey header while making an API request.
Example
curl -X GET \
https://api.docupilot.app/api/v1/templates \
-H 'apikey: 022b0e8e7fcc68ba9880b0f29fa99398
Last modified 3yr ago