Guide

How to Sign a Document Remotely

Electronic signatures let parties sign from anywhere — no in-person meeting required.

Steps

  1. 1

    Prepare the document to be signed

  2. 2

    Send via API with both parties' email addresses

  3. 3

    Each party receives a signing link

  4. 4

    Both sign from their own location and device

  5. 5

    Signed document delivered to both instantly

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.