Upload a PDF or DOCX file to SignatureAPI and get back a URL to use as a document source.
Content-Type header.
The response includes a url property. Pass this value as the url property of a document when creating an envelope:
Content-Type header to match the file format.
| Content-Type | Format |
|---|---|
application/pdf | pdf |
application/vnd.openxmlformats-officedocument.wordprocessingml.document | docx |
201 Created status code and an upload object on success, or an error otherwise.