POST /public/v1/documents?upload-markdown
Create from a Markdown upload
Upload a Markdown (.md) file to create a new document. The file content will be converted into a PandaDoc document.
Note: A file you upload is not stored in your PandaDoc account, so you have to upload it with every request.
Alpha: Markdown file upload is currently in alpha. This functionality may change or be removed without notice.
Servers
- https://api.pandadoc.com
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.