How to place form-fields in a document using REST API | Adobe Sign

Last updated on May 30, 2018

How to place form-fields in a document using REST API?

Objective

How to place form-fields in a document using REST API?

Environment

Adobe Sign REST API Swagger Application

Steps

Following are the steps to cplace form-fields in a document using REST API:

Log in to Adobe Sign.

Navigate to  Account>Adobe Sign API>API Information and click REST API Method Documentation.

POST /transientDocuments and upload a file and create a transient Document ID.

Copy the transient Document ID and use it in the POST /agreements method. Mention the following JSON request in the box:

To execute the JSON Request, click the Try It Out button.

image

The correct JSON returns the response with the agreement ID.

Additional information

It is the test call for placing form-fields on a specific location using the default REST API documentation. You can use the same JSON code in your own application as per your requirement.