1. Home
  2. Docs
  3. API Reference
  4. Automatic Sign Document

Automatic Sign Document

This is an automatic signing mode which is the signing party does not need to open the page to sign but can execute the contract signing in the background after the cooperation is called. This interface is suitable for application scenarios with background signing requirements. Each API call is corresponded to 1 signer, if a document has multiple signers, each of the signers are required to call this API respectively.

HTTP Method

POST

URI

<domain>/signserver/v1/contract/signature/automatic

Content Type

application/x-www-form-urlencoded

Request Header Parameter

Request Body Parameter

callUrl Parameters

Parameters that contain the document information will be embedded in the POST body when execute this callUrl.

Example of Response

Please refer to status code page.

How can we help?