SignFree API's
With SignFree API you can: - Add signature functionality to your application - Define a custom branding - Customizable Signing Workflows - Multiple Signer Support - Document templates with custom variables and validation rules 15 calls per month are for FREE
SignFree API's endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| POST |
Sign Document using base64 (CreateEnvelope) /v1/uploadDocument |
Create an Envelope by uploading a document in base64 (json). You don't know how to convert a file tobase64? You can use this website for example… |
| POST |
SignDocument using multipart request (CreateEnvelope ) /v1/uploadDocumentMultipart |
Create an Envelope by uploading a document in binary format (multipart) |
| GET |
RetrieveEnvelope /v1/envelope/{envelopeId}/{ownerId} |
Retrieve an Envelope |
| PUT |
UpdateEnvelopeStatus /v1/envelope/{envelopeId}/{ownerId}/status/{status} |
Update the envelope status and trigger the notification |
SignFree API's pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA Recommended | $29.99 / month | — |
|
| MEGA | $99 / month | — |
|