Upload files for use in envelopes
UANATACA eSAW ONE-SHOT API DOCUMENTATION (v1)
eSAW One-Shot combines Uanataca single-use certificate issuance with eSignAnywhere (eSAW) for electronic signatures.
Testing: Uanataca https://api.sandbox.modernpki.com, eSAW https://demo.esignanywhere.net Production: Uanataca https://api.modernpki.com, eSAW https://saas.esignanywhere.net
Uanataca endpoints use client certificate authentication; eSAW endpoints use the ApiToken header.
https://demo.esignanywhere.net/Api/v6/file/upload
https://saas.esignanywhere.net/Api/v6/file/upload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://demo.esignanywhere.net/Api/v6/file/upload \
-H 'ApiToken: YOUR_API_KEY_HERE' \
-H 'Content-Type: multipart/form-data' \
-F File=stringResponse
application/json
{ "FileId": "aa4e3300-c254-4430-ac16-2f2d96090b3a" }