legesis docs
Api reference

Upload a pdf or docx document for template/envelope creation

POST/upload/document
AuthorizationBearer <token>

In: header

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

file*string

PDF or DOCX file to upload (max 50MB)

Response Body

curl -X POST "https://loading/upload/document" \  -F file="string"
Empty
Empty