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
Updated API version from v1.2 to v1.1 and modified documentation accordingly. Removed deprecated endpoints and added new features related to public templates and prefill widgets.
Welcome to the **OpenSign™ API v1.2** documentation.
5
+
Welcome to the **OpenSign™ API v1.1** documentation.
6
6
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.
7
+
Our powerful and flexible API empowers you to seamlessly integrate digital signing capabilities into your applications. Whether you're a devloper automating document workflows, a business enhancing security, or an enterprise streamlining contract management, OpenSign™ delivers robust solutions tailored to your needs.
8
8
9
9
Explore our comprehensive guides, code samples, and best practices to unlock the full potential of OpenSign™ and transform your digital document processes.
- [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
6130
format: base64
6219
6131
example: ""
6220
-
file_password:
6221
-
type: string
6222
-
format: string
6223
-
example: ""
6224
6132
auto_reminder:
6225
6133
type: boolean
6226
6134
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 +6332,6 @@ components:
6424
6332
type: string
6425
6333
format: base64
6426
6334
example: base64 encoded pdf
6427
-
file_password:
6428
-
type: string
6429
-
format: string
6430
-
example: ""
6431
6335
title:
6432
6336
type: string
6433
6337
format: string
@@ -6589,10 +6493,6 @@ components:
6589
6493
description: You may provide the base64 encoded PDF file to replace the existing one
6590
6494
format: base64
6591
6495
example: ""
6592
-
file_password:
6593
-
type: string
6594
-
format: string
6595
-
example: ""
6596
6496
redirect_url:
6597
6497
type: string
6598
6498
description: Specifies the URL where the signer will be redirected upon completing the document signing process.
0 commit comments