Guide
How to Sign a Design Contract Online
Design contracts define creative scope, revisions, and ownership of design work.
Steps
- 1
Draft design contract with scope and revision policy
- 2
Send to client for signature
- 3
Client reviews and signs
- 4
Both parties receive signed contract
- 5
Clear agreement on deliverables and IP ownership
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.