Last updated 4 months ago
Example response:
<signed file - binary data>
Example url:
POST http://localhost:8089/api/sign?processId=1&filename=test.pdf
POST
http://localhost:8089/api/sign?processId=1&filename=test.pdf
Success
const response = await fetch('/api/sign/{processId}{filename}', { method: 'POST', headers: { "Content-Type": "application/octet-stream" }, }); const data = await response.json();