for developers
https://sandbox-api.bink.fi
API REFERENCE / DOCUMENTS

Create document with signees

Creates a document by uploading a file via multipart and attaching signees in one step.

POST/api/documents/quick-createAPI key

One file, at most 50 MiB. PDF is recommended for signing.

If omitted or empty, the uploaded file name is used.

Folder in this tenant. Missing folders and folders in another tenant return 400; access is checked.

Personal message included in signing emails. Example: Please review and sign by Friday.

Email language for this document. Defaults to the tenant email language when omitted.

Enables sequential signing order when true.

Provide a non-empty JSON array of signees. Each signee must include a valid email address and a name.

pic (personal identity code) is optional, including when signingMethod is strong. Include it only when you want to require the signer’s verified personal identity code to match an expected value.

With pic: Bink compares the supplied code with the code returned by strong identification. Signing is blocked if the verified code is missing or does not match.

Without pic: the signer still completes strong identification, but no match against a sender-supplied code is required. You can make this choice separately for each signee. Personal identity codes are not included in signee responses.

Signee example
[
  {
    "email": "john.doe@example.com",
    "name": "John Doe",
    "pic": "010101-123X"
  },
  {
    "email": "jane.doe@example.com",
    "name": "Jane Doe"
  }
]

When signingOrderEnabled is true, signees sign in the order listed in this array, starting with the first entry.

sandbox

https://sandbox-api.bink.fi

Live response

Your response will appear here.

Send a request to the selected environment.

Confirm production request

This will run Create document with signees (multipart) against production and may consume credits, send invitations, or permanently delete data.

POST https://sandbox-api.bink.fi/api/documents/quick-create

Authorize sandbox

Sent directly to https://sandbox-api.bink.fi as X-Api-Key. Kept in memory until you refresh.