Guide

How to Sign a Freelance Contract Online

Freelancers send contracts before every project. Electronic signatures eliminate the back-and-forth.

Steps

  1. 1

    Write your contract as markdown

  2. 2

    Send to client with both party details

  3. 3

    Client signs on their phone or computer

  4. 4

    Both parties get the signed PDF instantly

  5. 5

    Free for 5 documents/month

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.