Folders API
Deprecation notice ❗️
Below APIs are deprecated and new version of APIs are available at https://dashboard.docupilot.app/api-docs/swagger-ui/
Reach out to support@docupilot.app for more help on the APIs
Get list of Folders
GET
https://api.docupilot.app/api/v1/folders
This endpoint allows you to get list of folders.
Headers
Name
Type
Description
apikey
string
API Key
Create a new Folder
POST
https://api.docupilot.app/api/v1/folders
This endpoint allows you to add a new folder
Headers
Name
Type
Description
apikey
string
API key
Content-Type
string
application/json
Request Body
Name
Type
Description
name
string
Folder Name
Last updated