Guide
How to Request a Signature by Email
The simplest way to request a signature is by email. The recipient clicks a link and signs.
Steps
- 1
Prepare your document
- 2
Call the Signbee API with the recipient's email
- 3
Signbee sends a professional email with a signing link
- 4
Recipient clicks the link and signs in their browser
- 5
Signed document delivered to both parties
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.