Skip to main content

Create document

POST 

/createdocument

The Create Document API allows users to generate new documents by providing data through multipart/form-data. This flexible method allows for the inclusion of various data types, making it suitable for a wide range of document creation scenarios.

Request

Header Parameters

    x-api-token stringrequired
    Example: opensign.xxxx

Body

required

    file binary
    Name string
    Description string
    Note string
    Signers string[]

Responses

Document created successfully!

Schema

    objectId string
    url string
Loading...