Skip to main content

Create Document from binary

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.

Upload you pdf in debug PDF here you can draw widgets and copy co-oridnate, page number of them. also you can copy base64 of PDF

Request

Body

required

    file binary
    title string
    description string
    note string
    signers array

Responses

Document created successfully!

Schema

    objectId string
    url string
Loading...