API Documentation
docs.signius.eu
SEAL
SEAL
  • ๐ŸฆญSIGNIUS SEAL API Documentation
  • Server Methods
    • ๐ŸŽ’Batch Methods
    • ๐Ÿ“„Document Methods
    • ๐Ÿ“ˆProcess Methods
    • ๐Ÿ”ขStats Method
    • ๐Ÿฅ”TSA Methods
  • Client Methods
    • ๐Ÿ“ฒDocument Methods
Powered by GitBook
On this page
  1. Client Methods

Document Methods

PreviousTSA Methods

Last updated 8 months ago

Sign document

Example response:

<signed file - binary data>

Example url:

POST http://localhost:8089/api/sign?processId=1&filename=test.pdf

๐Ÿ“ฒ
  • Sign document
  • POST/api/sign/{processId}{filename}
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