Create a new SecuSign transaction

Body Params

PDF file and eventually callback URL

string | null
enum
Allowed:
file

PDF file to sign (filename must not exceed 255 characters)

string
length between 64 and 64

Hexadecimal SHA256 hash of the document (required if type is external)

string

External ID (required if type is external)

string
length ≤ 1000

Callback URL to call when completed (optional)

string

Secret to validate callback authenticity for client side (optional). It will be passed to the url trigger as parameter.

string

White label UID for branding purposes (optional)

string
length ≤ 255

Optional name for the transaction. if empty, it will automatically take the name of the PDF file

string
length between 2 and 2

Language code (2 lowercase characters). Supported languages: 'fr', 'es', 'en'. Default: 'fr'. Fallback: 'en' if the specified language is not supported.

Responses
200

Transaction already created

201

Transaction successfully created

422

Invalid data

Language
Credentials
Basic
base64
:
URL
Response
Click Try It! to start a request and see the response here!