Signeasy offers easy-to-integrate eSignature APIs with well-defined [documentation](https://docs.signeasy.com/docs?utm_source=rapidapi&utm_medium=api-directory&utm_campaign=api-listing) for developers to quickly build eSignature capabilities within websites and applications, test them in a sandbox environment, and go live instantly. [Learn more about the Signeasy eSignature API…

50 subscribers
54 endpoints
The in-depth APIMemo review for this API hasn't been published yet — the data below comes straight from the public marketplace listing.

Signeasy endpoints

MethodEndpointDescription
User
GET Fetch user
/v3/me/
Retrieve information about the current authorized user. You will receive the user details even if the user has not verified their email address or if the account is not active.
Originals
POST Upload an original
/v3/original/
Easily import documents from your local machine onto Signeasy in order to request them for e-signatures.
GET Download an original document
/v3/original/{original_file_id}/download
Download the original document back to your local machine by specifying the original_id.
GET Fetch all originals
/v3/original/
List all your uploaded originals in order to retrieve all your document information.
GET Fetch an original
/v3/original/{original_file_id}/
Fetch a specific original document details by specifying the original_id in the path parameter.
DELETE Delete an original document
/v3/original/{original_file_id}
Delete an original document from Signeasy. **NOTE**: Once, any document is deleted from Signeasy, it can no longer be used for e-signatures.
Templates
GET Fetch all templates
/v3/template/
Fetches all templates.
GET Fetch a template
/v3/template/{template_id}
Fetch a specific template.
DELETE Delete a template
/v3/template/{template_id}
Deletes a specific template.
Envelopes
POST Create or send an envelope
/v3/rs/envelope/
Send upto 20 documents(envelope) which can be a combination of both originals and templates to upto 40 signers and upto 35 users in cc all within a single envelope request.
POST Fetch embedded signing URL
/v3/rs/envelope/{pending_file_id}/signing/url/
Fetch an envelope signing url per signer. **NOTE**: This API works only if the ***embedded_signing*** parameter is set to **1/true**
GET Fetch all envelopes
/v3/rs/envelope/
Fetch the list of all your envelope data which aren't signed yet.
GET Fetch an envelope
/v3/rs/envelope/{pending_file_id}
Fetch the list of a particular envelope by passing the pending_file_id in the path parameter.
POST Remind pending signers
/v3/rs/envelope/{pending_file_id}/remind/
Send a reminder notification email to your signers by passing the pending_file_id in the path parameters.
POST Cancel a signature request
/v3/rs/envelope/{pending_file_id}/cancel
Cancel/Void a particular envelope signing request. **NOTE**: Once, an envelope is cancelled/voided it **CANNOT** be used again.
GET Download pending envelope documents as split
/v3/rs/envelope/{pending_file_id}/download/split
Download pending envelope documents as individual files.
GET Download pending envelope documents as merged
/v3/rs/envelope/{pending_file_id}/download/merged/
Download a particular envelope by passing the pending_file_id in the path parameter.
Envelopes - Signed
GET Fetch signed id using pending id
/v3/rs/envelope/signed/pending/{pending_file_id}
Fetch the *signed_file_id* from a *pending_file_id* once a signing request is complete. The *signed_file_id* is mapped to the ***id*** key in the response. **NOTE**: This API…
GET Fetch all signed envelopes
/v3/rs/envelope/signed/
List all the information of your signing requests which have been completed/finalised by all your signers.
GET Fetch a signed envelope
/v3/rs/envelope/signed/{signed_file_id}
Fetch details of a specific signing request which has been complete by passing the signed_file_id in the path parameter.
DELETE Delete a signed envelope
/v3/rs/envelope/signed/{signed_file_id}
Delete a particular signing request by passing the *signed_file_id* in the path parameter. **NOTE**: Once a signed envelope is deleted it can no longer be accessed by Signeasy.
GET Download certificate of a signed envelope
/v3/rs/envelope/signed/{signed_file_id}/certificate
Download a signed envelope along with the audit trail by passing appropriate values to the path parameter Supported values for **type**: "***split***" and "***merged***"…
GET Download a signed envelope with certificate
/v3/signed/{signed_file_id}/download
Download a signed envelope along with the audit trail by passing appropriate values to the path parameter Supported values for **type**: "***split***" and "***merged***"…
GET Download an original from signed envelope
/v3/rs/envelope/signed/{signed_file_id}/{original_file_id}/download/
Download a signed envelope along with the audit trail by passing appropriate values to the path parameter Supported values for **type**: "***split***" and "***merged***"…
Embedded Sending
POST Fetch embedded sending URL
/v3/rs/embedded/url/
Get a document preview URL to place the fields on the document before sending them for e-signature purposes.
GET Fetch all pending envelopes
/v3/rs/embedded/
Fetch the list of all the incomplete documents sent for e-signature using embedded sending.
GET Fetch a pending envelope
/v3/rs/embedded/{pending_file_id}
Fetch the details of a specific embedded sending request by passing the pending_file_id in the path parameter.
POST Fetch an embedded signing URL
/v3/rs/embedded/{pending_file_id}/signing/url/
Fetch the signing URL for your signers once the preview process is complete. **NOTE**: For this API to work, please set the ***embedded_signing*** parameter to either 1 or…
POST Remind the pending signers
/v3/rs/embedded/{pending_file_id}/remind/
Send a reminder notification email to your signers by passing the pending_file_id in the path parameters.
POST Cancel a signature request (embedded sending)
/v3/rs/embedded/{pending_file_id}/cancel/
Send a reminder notification email to your signers by passing the pending_file_id in the path parameters.
GET Download a pending envelope
/v3/rs/embedded/{pending_file_id}/download/
Download the document sent for e-signature using embedded sending by passing the pending_file_id in the path parameter.
Embedded Sending - Signed
GET Fetch all signed envelopes (embedded sending)
/v3/rs/embedded/signed/
List all the information of your signing requests which have been completed/finalised by all your signers.
GET Fetch a signed envelope (embedded sending)
/v3/rs/embedded/signed/{signed_file_id}
Fetch details of a specific signing request which has been complete by passing the signed_file_id in the path parameter.
GET Download a signed envelope with certificate (embedded sending)
/v3/embedded/signed/{signed_file_id}/download
Download a signed envelope along with the audit trail by passing appropriate values to the path parameter Supported values for **type**: "***split***" and "***merged***"…
GET Download certificate of a signed envelope (embedded sending)
/v3/rs/embedded/signed/{signed_file_id}/certificate
Download a signed envelope along with the audit trail by passing appropriate values to the path parameter Supported values for **type**: "***split***" and "***merged***"…
DELETE Delete a signed envelope (embedded sending)
/v3/rs/embedded/signed/{signed_file_id}
Delete a particular signing request by passing the *signed_file_id* in the path parameter. **NOTE**: Once a signed envelope is deleted it can no longer be accessed by Signeasy.
Embedded Self Sign
POST Fetch embedded self signing URL
/v3/me/embedded/url/
Self sign the documents using our embedded signing URL from within your application.
GET Fetch a self signed document
/v3/me/signed/{signed_file_id}
Fetch specific details of a self signed document by passing the signed_id in the path.
GET Fetch all self signed documents
/v3/me/signed/
Fetch all the information from your self signed documents.
GET Download a self signed document
/v3/me/signed/{signed_file_id}/download
Download the self signed document and save it locally at your system.
GET Download certificate of a self signed document
/v3/me/signed/{signed_file_id}/certificate/
Download the audit trail document and save it locally at your system.
DELETE Delete a self signed document
/v3/me/signed/{signed_file_id}
Delete a completed self signed document from Signeasy. **NOTE**: If a signed document is deleted, it can no longer be accessible through Signeasy.
Envelopes Without Fields
POST Create or send an envelope (envelope without fields)
/v3/rs/
Send a signing request to your signers without having to fill any fields as the sender. The signer/signers would have the freedom to sign anywhere in the document. **NOTE**: This…
POST Fetch embedded signing link (envelope without fields)
/v3/rs/{pending_file_id}/signing/url
Fetch an envelope signing url per signer. **NOTE**: This API works only if the ***embedded_signing*** parameter is set to **1/true**
GET Fetch an envelope (envelope without fields)
/v3/rs/{pending_file_id}
List information of a particular signing request without fields by passing the pending_file_id in the path parameter.
GET Fetch all envelopes (envelope without fields)
/v3/rs/
List all the information of the signing requests that were sent out without pre-filling fields.
GET Download a pending envelope (envelope without fields)
/v3/rs/{pending_file_id}/download
Download an incomplete signing request document by passing the pending_file_id in the path parameter.
POST Remind pending signers (envelope without fields)
/v3/rs/{pending_file_id}/remind
Remind your signers about the signing request by passing the pending_file_id in the path parameter.
POST Cancel a signature request (envelope without fields)
/v3/rs/{pending_file_id}/cancel
Cancel or Void a signing request by passing the pending_file_id in the request. **NOTE**: Once any signing request is cancelled it can never be used again.
Envelopes Without Fields - Signed
GET Fetch all signed envelope (envelope without fields)
/v3/rs/signed/
List all the information of your signing requests which have been completed/finalised by all your signers.
+ 4 more endpoints on the provider's documentation.

Signeasy pricing

PlanPriceRate limitQuotas
BASIC Free
  • Requests: unlimited / monthly

More Business APIs

View all →
  • Instant domain search. Documentation available at https://domainr.com/docs/api

    BusinessFreemium
  • This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such…

    BusinessFreemium6.5k subscribers
  • This API helps to query real estate in UAE to create a real estate site/application

    BusinessFreemium
  • 👑 The only FULLY and TRULY working Crunchbase Data Scraper. New version! 💎

    BusinessFreemium
  • 🔥 Cheaper, Faster — and Accurate 🔥 Get 750 free requests/month to scrape UAE property info (UAE Real…

    BusinessFreemium
  • Instant trademark search, trademark keyword availabity, search trademarks from USPTO, filter on…

    BusinessFreemium1.6k subscribers