Guide
How to Get a Document Signed Electronically
Electronic signatures are legally binding in most countries. Here's how to get started.
Steps
- 1
Choose your document format — markdown or PDF
- 2
Use the Signbee API to initiate signing
- 3
Your recipient gets a signing link by email
- 4
They sign on any device — phone, tablet, or desktop
- 5
Both parties receive the signed document instantly
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.