Built by Metorial, the integration platform for agentic AI.
Retrieve a paginated list of signers, optionally filtered by a search query. Use this to browse or search for existing signers in your application.
Retrieve the full context of a signature request including its status, associated documents, signers, and configuration.
Retrieve details of a specific signer including their profile, claims, and status.
Initialize a new signature request, optionally configure it with documents, signers, and metadata, then publish it for signing. Supports the full lifecycle: init → update → publish in a single call, or just initialization for later configuration.
Update, publish, or close an existing signature request. Use this to modify a draft request's configuration, launch it for signing, or close a completed/cancelled request.
Create a new signer for use in signature requests. The required inputs depend on the signer profile — use the "List Signer Profiles" tool first to determine which fields are needed.
Retrieve a paginated list of signature requests for the configured application and environment.
Retrieve the complete application context including configuration, settings, available signature profiles, signer profiles, and environment details. Useful for understanding the application setup.
Retrieve available signer profiles and their required inputs. Signer profiles define what identity information is needed to create a signer. Use this to understand what inputs are required before creating signers.
Update an existing signer's inputs (claims) such as name, email, phone number, or other identity attributes. Can also be used to revoke a signer.
Retrieve available signature profiles for the configured application and environment. Signature profiles define the signature mechanism, document types allowed, legally binding value, and integration mode (By-Side or Embedded).
Upload content to a previously initialized document. Supports file content (base64-encoded for PDF/images) or structured JSON data.
Initialize, retrieve, update, or delete documents within signature requests. Documents must be initialized before content can be uploaded. Supports PDF, DOCX, images, and structured data.
Apply a corporate electronic seal (E-Seal) to documents using a machine-to-machine (M2M) emitter. E-Seals prove the origin and integrity of corporate documents without requiring individual signers.
Retrieve signature proof artifacts for a signed document, including signature images (base64) and low-level cryptographic proofs. Use this after a document has been signed to get proof evidence.