Sign a PDF or DOCX document with a cryptographic signature.
Send a JSON request body with:
document: object containing either base64 or urlsigner: object with signer details (name, email, etc.)auditTrail: array of signing eventseventId: optional unique identifiermetadata: optional metadata (IP, user agent, custom fields)The response returns the signed PDF as base64.
API key authentication. Keys start with sd_
PDF or DOCX input provided as either base64 or URL
Signer details (name, email, etc.)
Array of signing events and user interactions
Unique identifier for this signing event
Optional metadata (IP, user agent, custom fields)
Default Response