Guide
How to Add E-Signatures to Your Website
Any website can add e-signature functionality with a simple API integration.
Steps
- 1
Sign up for a free Signbee API key
- 2
Add a form to collect document and recipient details
- 3
POST to the Signbee API from your backend
- 4
Recipient receives signing link by email
- 5
Signed document delivered to both parties automatically
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.