Guide
How to Send a Document for Signature
The simplest way to send a document for signature is a single API call.
Steps
- 1
Prepare your document as markdown text or PDF URL
- 2
Call the Signbee API with sender and recipient details
- 3
Recipient gets an email with a secure signing link
- 4
Both parties sign with animated handwriting signatures
- 5
Signed PDF with SHA-256 certificate delivered to both
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.