Guide
How to Create an Electronic Signature
An electronic signature is any electronic indication of intent to agree to a document.
Steps
- 1
You don't need to pre-create a signature with Signbee
- 2
When signing, choose from multiple signature styles
- 3
Draw your signature, type it, or use a handwriting font
- 4
Your signature is captured and embedded in the PDF
- 5
The signed document includes a SHA-256 verification certificate
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.