Signing

Upload signature image

Upload the signer's signature (or initials) image as the raw request body. Uses the signer access code.

Copy as Markdown Open in ChatGPT Open in Claude

post/v1/signature

Query parameters

typestring

Image type, e.g. signature or initial.

reuseboolean

Whether the signer opted to reuse this signature in future processes. When set, updates the signer's is_signature_reusable flag; when omitted, the flag is left unchanged.

Response

Signature stored

statusinteger

HTTP status code, mirrored in the body.

messagestring

Human-readable message; empty on success.

Example response

{
  "status": 200
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.