How it works
- Create a signature request from a PDF, the field positions, and the signer(s). You receive a hosted signing link per signer.
- The signer opens the link, reviews the document, and signs in the browser.
- Poll the request or subscribe to the
signature_completedwebhook, then download the signed PDF.
Coordinate model (same as DocuSeal)
Field positions are given asareas using normalized coordinates: x, y,
w, h are fractions of the page (0–1) from the top-left corner, and
page is 1-indexed. This matches DocuSeal, so existing field layouts port
directly.
Create a request
signingUrl per signer. Field types: signature,
initials, text, date, number. Optional: language (en/de),
completedRedirectUrl (where the signer goes after signing), and expiresAt.
Endpoint details and schemas are in the API Reference under
Signatures V4 (POST /v4/signatures, GET /v4/signatures/{id},
GET /v4/signatures/{id}/document, DELETE /v4/signatures/{id},
GET /v4/signatures/ping).
Get notified
Subscribe a webhook to thesignature_completed
event instead of polling. When a request is fully signed, meetergo POSTs the
request id, signer, and a download URL for the signed PDF.
Migrating from DocuSeal
The
areas coordinate model is identical, so field layouts carry over directly.
Signatures are eIDAS fortified electronic signatures: the document is
cryptographically signed (PAdES, with a qualified timestamp) and a tamper-evident
audit page is appended.