Send a render out for signature
Push a succeeded render’s PDF to the signature service as an atomic
create-and-send signing request. Provide field placements via explicit fields
(page + percentage coordinates) or anchorTags (text anchors). Pass an
Idempotency-Key header to make retries safe.
Authorizations
Project API key (ck_live_… or ck_test_…) presented as a bearer token.
For embed partner endpoints this is the partner secret key, which is the
same credential type.
Headers
Make retries safe — a repeated request with the same key returns the original resource.
Body
At least one field or anchorTag is required when any recipient is a Signer. recipientIndex values must be in range; supplied recipient order values must be a clean 1..N permutation.
Response
Idempotent replay of an existing signature request.
sent, viewed, completed, declined, expired, cancelled, failed Authenticated download URL; null until the signed PDF is archived.
Craftkit-owned authenticated URL (/v1/signatures/{id}/certificate)
for the completion certificate; null until it is available. Not a
provider URL.