Skip to main content

Create Document

POST 

/createdocument

The Create Document API allows users to generate new documents by providing data with base64 encoded file. 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 base64
    title string
    description string
    note string
    signers string[]

Responses

Document created successfully!

Schema

    objectId string
    url string
Loading...