Guide
How to Sign a Document Without Printing
You don't need to print a document to sign it. Electronic signatures are the paperless alternative.
Steps
- 1
Receive or create your document digitally
- 2
Send for electronic signature via Signbee API
- 3
Both parties sign on screen — no printing needed
- 4
Signed PDF delivered by email
- 5
Store digitally — no paper filing required
Try it with curl
curl
curl -X POST https://signb.ee/api/send \
-H "Content-Type: application/json" \
-d '{
"content": "# Your Document\n\nContent here...",
"senderName": "Your Name",
"senderEmail": "you@email.com",
"recipientName": "Recipient",
"recipientEmail": "recipient@email.com"
}'Legal validity
Electronic signatures are legally binding under the ESIGN Act (US), eIDAS Regulation (EU), and Electronic Communications Act (UK). Every Signbee document includes a SHA-256 tamper-proof certificate.
Related resources
Try Signbee — free, no credit card.