Force Download Document
Download a document as a PDF that has not been complete yet (only used to preview progress, this is not the final document).
- Overview
-
Download a document as a single PDF. Contracts can have more than one document, using the download as Zip will combine all the final signed documents as a signle Zip file.
- End Point
- https://goodsign.io/api/download/:uuid?force=true&index=0
- Method
- GET
- Authentication
- Bearer your_api_token
- Parameters
-
-
UUID required
-
force=true required
-
index optional
-
- Response
-
Content-type: application/octet-stream (this will be your PDF) or for zip Content-Transfer-Encoding: binary Content-type: application/octet-stream
-
Working Curl Request
Remove the (opt) from a parameter to use it -
curl --url https://goodsign.io/api/download/?force=true&index=0 \ --header 'authorization: Bearer YOUR_API_TOKEN' \ -F '(opt)slient=true' --ouptut mydoc.pdf