Skip to main content

Create document with binary file type

POST 

/createdocumentwithbinary

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

Body

required

    file binary
    Title string
    Description string
    Note string
    Signers array

Responses

Document created successfully!

Schema

    objectId string
    url string
Loading...