📲Document Methods
Sign document
post
Path parameters
processIdinteger · int32Required
filenamestringRequired
Header parameters
API-KEYstringOptional
Body
string · binaryOptional
Responses
200
Success
post
POST /api/sign/{processId}{filename} HTTP/1.1
Host:
Content-Type: application/octet-stream
Accept: */*
Content-Length: 8
"binary"
200
Success
No content
Example response:
<signed file - binary data>
Example url:
POST
http://localhost:8089/api/sign?processId=1&filename=test.pdf
Last updated