These docs are for v2.1. Click to read the latest docs for v3.

Import a new document(Original)

🚧

File Name Validation

In order to abide by a security measure to the file import/upload API, we're removing the following characters in the file name at our end /, :, *, , <, >, |
Please ensure that these characters are not present in the "name" property in the file import/upload API

Import or upload a new document into SignEasy to open it for signing (either yourself or others using requesting signature APIs). The file can be gzip compressed to make the upload faster. In such cases Content-Encoding header must be passed as gzip for the server to recognise the compression.

Set content-type header to multipart/form-data

Any request without the Content-Encoding header is counted as an uncompressed file upload which may lead to a server error.

Language
Authorization
OAuth2