You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the **OpenSign™ API v1.2** documentation.
5
+
Welcome to the **OpenSign™ API v1.1** documentation.
6
6
7
7
Our powerful and flexible API empowers you to seamlessly integrate digital signing capabilities into your applications. Whether you're a developer automating document workflows, a business enhancing security, or an enterprise streamlining contract management, OpenSign™ delivers robust solutions tailored to your needs.
- [Generate x-api-token](https://docs.opensignlabs.com/docs/help/Settings/APIToken) – Learn how to securely generate and manage your API token for authenticating requests.
15
15
16
-
**What’s New in v1.2**
17
-
- **Get Template & Get Template List**: removed unnecessary parameters and separated prefill data from signer parameters.
16
+
**What’s New in v1.1**
17
+
- **Public Templates**: Create templates that can be shared via a public link. Any user with the link can generate and sign documents based on the template. Templates themselves cannot be edited through the public link.
18
+
- **Prefill Widgets**: Add prefill widgets to documents before they are sent. Prefill widgets are supported in the following endpoints: draft documents, document creation, document creation with a template, draft templates, and public templates.
19
+
18
20
19
21
x-api-token:
20
22
description: "refer docs to generate api token [APIToken help](https://docs.opensignlabs.com/docs/help/Settings/APIToken)"
description: You may provide the base64 encoded PDF file to replace the existing one
6218
6127
format: base64
6219
6128
example: ""
6220
-
file_password:
6221
-
type: string
6222
-
format: string
6223
-
example: ""
6224
6129
auto_reminder:
6225
6130
type: boolean
6226
6131
description: Set to true to enable automatic reminders. Set to false to disable them (default behavior). If the field is omitted or provided as an empty/invalid value, the template value is used.
@@ -6424,10 +6329,6 @@ components:
6424
6329
type: string
6425
6330
format: base64
6426
6331
example: base64 encoded pdf
6427
-
file_password:
6428
-
type: string
6429
-
format: string
6430
-
example: ""
6431
6332
title:
6432
6333
type: string
6433
6334
format: string
@@ -6589,10 +6490,6 @@ components:
6589
6490
description: You may provide the base64 encoded PDF file to replace the existing one
6590
6491
format: base64
6591
6492
example: ""
6592
-
file_password:
6593
-
type: string
6594
-
format: string
6595
-
example: ""
6596
6493
redirect_url:
6597
6494
type: string
6598
6495
description: Specifies the URL where the signer will be redirected upon completing the document signing process.
0 commit comments