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.1** documentation.
5
+
Welcome to the **OpenSign™ API v1.2** 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.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
-
16
+
**What’s New in v1.2**
17
+
- **Get Template & Get Template List**: removed unnecessary parameters and separated prefill data from signer parameters.
20
18
21
19
x-api-token:
22
20
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
6127
6218
format: base64
6128
6219
example: ""
6220
+
file_password:
6221
+
type: string
6222
+
format: string
6223
+
example: ""
6129
6224
auto_reminder:
6130
6225
type: boolean
6131
6226
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.
@@ -6329,6 +6424,10 @@ components:
6329
6424
type: string
6330
6425
format: base64
6331
6426
example: base64 encoded pdf
6427
+
file_password:
6428
+
type: string
6429
+
format: string
6430
+
example: ""
6332
6431
title:
6333
6432
type: string
6334
6433
format: string
@@ -6490,6 +6589,10 @@ components:
6490
6589
description: You may provide the base64 encoded PDF file to replace the existing one
6491
6590
format: base64
6492
6591
example: ""
6592
+
file_password:
6593
+
type: string
6594
+
format: string
6595
+
example: ""
6493
6596
redirect_url:
6494
6597
type: string
6495
6598
description: Specifies the URL where the signer will be redirected upon completing the document signing process.
0 commit comments