Setting Up
Upload Seal stamp for Auto signing
7 min
description upload docsign config is a comprehensive api designed to streamline contract management by enabling users to authorize and legally bind documents and agreements efficiently using non dsc based method such as authorized signatory signing, company seal stamping into a single api by providing these functionalities within a single api, it eliminates the need for multiple tools, simplifying the contract initiation process for users users can seamlessly upload and securely save company seal stamp within the system, allowing for automatic signing of all contracts during initiation moreover, by simply providing an image file, this robust api securely stores the seal stamp and generates a unique certificate id, simplifying access to the seal for stamping contracts this streamlined process not only enhances efficiency but also ensures the authenticity and legality of documents by centralizing these functionalities within a single api, it empowers users to initiate contracts with confidence, while reducing the complexity associated with managing multiple tools and apis authentication api authentication is a crucial security process that ensures authorized access to an application programming interface (api) it involves validating the identity of users or systems seeking to interact with the api please use the access token shared with you by your assigned signzy's csm please set the value of the key authorization in the headers to the access token , while making an api call in this way, signzy's system will be able to authenticate you and you will be able to make a successful api call api details the details of the api can be found here sample curl production curl location 'https //api signzy app/api/v3/esign/uploaddocsignconfig' \\ \ header 'authorization ' \\ \ form 'type="seal"' \\ \ form 'certificatename="certificate name"' \\ \ form 'imagefile=@"/imageurl"' \\ \ form 'organizationname="signzy"' pre production curl location 'https //api preproduction signzy app/api/v3/esign/uploaddocsignconfig' \\ \ header 'authorization rkl5vnrpobqm9f4ajw5efckcq57afdx1' \\ \ form 'type="seal"' \\ \ form 'certificatename="certificate name"' \\ \ form 'imagefile=@"/imageurl"' \\ \ form 'organizationname="signzy"' input parameters key description type mandatory/optional type for auto signing using seal stamp, pass "seal" string mandatory certificatename title for the seal string mandatory imagefile upload file it acceps jpg/jpeg/png format file mandatory organizationname organisation name to which seal belongs to string mandatory sample response 200 { "certificateid" "663e1dc40592fb49497b0e8f", "isuploadsuccessful" true, "certificatename" "seal certificate" } output parameters field name description type certificateid unique id is created for the seal which can be used in in initiate contract api to stamp the contract using seal image string isuploadsuccesful seal image is saved succesfully boolean certificatename title for the seal provided in the request string