# Signeasy API Documentation > Signeasy API is an e-signature REST API for developers to enable signing and sending signature requests from your own website and application. Get started and go live with the robust e-signature solution quick and easy. Append .md to any documentation page URL to get its markdown version. ## Guides - [Introduction](https://docs.signeasy.com/docs/getting-started.md): To the easiest esignature API - [Create An Application](https://docs.signeasy.com/docs/create-application.md): How to create a sandbox or live application? - [Authentication and Authorization](https://docs.signeasy.com/docs/authentication-and-authorization.md): What's the right OAuth flow for your app? - [Get Started with Sandbox Access Token](https://docs.signeasy.com/docs/generate-test-api-key.md): Easily create a sandbox app and generate an access token to explore - [Go Live with Live Access Token](https://docs.signeasy.com/docs/generate-live-api-key.md): Create live application and generate live API access token for production - [Client Credentials Flow](https://docs.signeasy.com/docs/client-credentials-flow.md): How to generate access token for single user applications? - [Authorization Code Flow](https://docs.signeasy.com/docs/authorization-code-flow.md): How to generate access and refresh token pair for multiple user applications? - [OAuth Scopes](https://docs.signeasy.com/docs/scopes.md): Understanding permission scopes - [Original](https://docs.signeasy.com/docs/original-documents-imports.md): Master documents that you can use to send out signature requests - [Template](https://docs.signeasy.com/docs/templates.md): Documents with predefined roles and merge fields to automate signature requests - [Envelope](https://docs.signeasy.com/docs/envelopes.md): A container to hold multiple documents for a signature request - [Pending Envelope](https://docs.signeasy.com/docs/pending-documents-signature-requests.md): An envelope that has a pending signature - [Signed Envelope](https://docs.signeasy.com/docs/signed-documents-completed-documents.md): An envelope that has completed signatures - [Signature Certificate](https://docs.signeasy.com/docs/signature-certificate.md): Audit Trail - [API Reference](https://docs.signeasy.com/docs/api-reference.md) - [Error Codes](https://docs.signeasy.com/docs/error-codes.md) - [API Request ID](https://docs.signeasy.com/docs/api-request-id.md): For faster troubleshooting and support experience - [Embedded Signing](https://docs.signeasy.com/docs/embedded-signing.md) - [Webhooks](https://docs.signeasy.com/docs/webhooks.md) - [Merge Fields](https://docs.signeasy.com/docs/merge-fields.md) - [Fair Usage Limit](https://docs.signeasy.com/docs/fair-usage-limit.md) - [Frequently Asked Questions](https://docs.signeasy.com/docs/faq.md) - [MCP](https://docs.signeasy.com/docs/signeasy-mcp.md): Connect Signeasy and Claude via MCP ## API Reference - [Introduction to Signeasy APIs](https://docs.signeasy.com/reference/introduction-to-signeasy-apis.md) - [Fetch user](https://docs.signeasy.com/reference/fetch-user-details.md) - [Upload an original](https://docs.signeasy.com/reference/create-an-original-document.md) - [Fetch an original](https://docs.signeasy.com/reference/fetch-details-of-an-original.md): Retrieve information about a specific <> document. - [Fetch all originals](https://docs.signeasy.com/reference/list-all-originals.md): Retrieve information about all the <> files of a user. - [Download an original](https://docs.signeasy.com/reference/download-an-original-document.md): Download the <> document as a PDF. - [Delete an original](https://docs.signeasy.com/reference/delete-an-original-document.md): Remove a specific <> document. - [Create or send an envelope](https://docs.signeasy.com/reference/create-an-envelope-rs-originals-templates.md): Send a signature request with multiple documents (original + template) - [Fetch an envelope](https://docs.signeasy.com/reference/fetch-envelope-rs-details.md) - [Fetch all envelopes](https://docs.signeasy.com/reference/list-envelope-rs.md) - [Fetch embedded signing URL](https://docs.signeasy.com/reference/fetch-signing-link.md) - [Remind pending signers](https://docs.signeasy.com/reference/remind-signers-of-envelope-rs.md) - [Cancel a signature request](https://docs.signeasy.com/reference/decline-an-envelope-rs-document.md) - [Download pending envelope documents as merged](https://docs.signeasy.com/reference/download-envelope-rs-document.md) - [Download pending envelope documents as split](https://docs.signeasy.com/reference/download-envelope-rs-document-as-zip.md) - [Fetch action links](https://docs.signeasy.com/reference/fetch-action-links.md): Get all the action links for a created envelope - [Fetch Expired Envelopes](https://docs.signeasy.com/reference/fetch-expired-envelope.md) - [Fetch signed id using pending id](https://docs.signeasy.com/reference/fetch-signed-file-id-from-pending-file-id.md) - [Fetch a signed envelope](https://docs.signeasy.com/reference/list-envelope-signed-documents-1.md) - [Fetch all signed envelopes](https://docs.signeasy.com/reference/list-envelope-signed-documents.md) - [Download a signed envelope with certificate](https://docs.signeasy.com/reference/download-documents-and-audit-trail.md): Download the signed contents of the envelope and the audit trail certificate by specifying the path parameters - {type} & {include_certificate}. Also if you need attachments, specify {include_attachments} (available only on the Advanced Plan). - [Download certificate of a signed envelope](https://docs.signeasy.com/reference/download-certificate-envelope-signed-document.md) - [Download a signed file within envelope as PDF](https://docs.signeasy.com/reference/download-signed-file-within-envelope-as-pdf.md) - [Download attachments of a signer](https://docs.signeasy.com/reference/download-attachments-of-a-signer.md) - [Delete a signed envelope](https://docs.signeasy.com/reference/delete-envelope-signed-document.md) - [rs.initiated](https://docs.signeasy.com/reference/rsinitiated.md): A new signature request was initiated - [rs.link_sent](https://docs.signeasy.com/reference/rslink_sent.md): Signers notified about the signature request - [rs.viewed](https://docs.signeasy.com/reference/rsviewed.md): RS signer viewed - [rs.signed](https://docs.signeasy.com/reference/rssigned.md): Signer signed the document - [rs.declined](https://docs.signeasy.com/reference/rsdeclined.md): Signer declined to sign the document - [rs.voided](https://docs.signeasy.com/reference/rsvoided.md): Request Signature voided - [rs.reminded](https://docs.signeasy.com/reference/rsreminded.md): Signer was reminded to sign the document - [rs.completed](https://docs.signeasy.com/reference/rscompleted.md): Request Signature Complete - [rs.expired](https://docs.signeasy.com/reference/rsexpired.md): Signature request has expired - [Fetch embedded sending URL](https://docs.signeasy.com/reference/fetch-rs-sending-url.md) - [Fetch embedded signing URL](https://docs.signeasy.com/reference/fetch-signing-url.md): Get the signing link for a signer of a particular signature request. - [Fetch a pending envelope](https://docs.signeasy.com/reference/fetch-embedded-rs-details.md) - [Fetch all pending envelopes](https://docs.signeasy.com/reference/fetch-pending-embedded-rs.md) - [Remind pending signers](https://docs.signeasy.com/reference/remind-signers-of-embedded-rs.md) - [Cancel a signature request](https://docs.signeasy.com/reference/cancel-embedded-rs.md) - [Download a pending envelope](https://docs.signeasy.com/reference/download-embedded-rs-pending-file.md) - [Fetch a signed envelope](https://docs.signeasy.com/reference/fetch-signed-document-details.md): Retrieve information about a particular signed file by using the signed_id. - [Fetch all signed envelopes](https://docs.signeasy.com/reference/fetch-signed-embedded-rs.md): Retrieve information about all the signed files of a user sent using Embedded Sending - [Download a signed envelope](https://docs.signeasy.com/reference/download-signed-document.md): Download a particular signed file as a PDF by using the signed_id. - [Download certificate of a signed envelope](https://docs.signeasy.com/reference/download-signed-document-certificate.md): Retrieve information about all a particular signed file as certificate by using the signed_id. - [Delete a signed envelope](https://docs.signeasy.com/reference/delete-signed-document.md): Delete the document by using the signed_id. - [Fetch embedded self signing URL](https://docs.signeasy.com/reference/fetch-embedded-self-signing-url.md) - [Fetch a self signed document](https://docs.signeasy.com/reference/get-self-signed-document-details.md) - [Fetch all self signed documents](https://docs.signeasy.com/reference/fetch-all-self-signed-files.md): Retrieve information about all the signed files using self signing of a user. - [Download a self signed document](https://docs.signeasy.com/reference/download-self-signed-document.md): Download the self signed document as PDF using the signed_id. - [Download certificate of a self signed document](https://docs.signeasy.com/reference/download-certificate-of-self-signed-document.md): Download the signature certificate of the embedded self signed document created using self signing as a PDF document - [Delete a self signed document](https://docs.signeasy.com/reference/delete-self-signed-document.md): Remove the document from Signeasy servers using the signed_id. - [document.signed](https://docs.signeasy.com/reference/documentsigned.md) - [Create or send an envelope](https://docs.signeasy.com/reference/send-sequest-signature-without-markers.md): Create a signature request without any fields in the documents contained in it. - [Fetch an envelope](https://docs.signeasy.com/reference/fetch-request-signature-without-markers-deatails.md) - [Fetch all envelopes](https://docs.signeasy.com/reference/list-request-signature-without-markers.md) - [Fetch embedded signing link](https://docs.signeasy.com/reference/fetch-signing-link-2.md) - [Download a pending envelope](https://docs.signeasy.com/reference/download-request-signature-without-markers.md) - [Remind pending signers](https://docs.signeasy.com/reference/remind-signature-request-without-markers.md) - [Cancel a signature request](https://docs.signeasy.com/reference/cancel-request-signature-without-markers-1.md) - [Fetch a signed envelope](https://docs.signeasy.com/reference/fetch-details-of-signed-document.md) - [Fetch all signed envelopes](https://docs.signeasy.com/reference/list-signed-documents.md) - [Download a signed envelope](https://docs.signeasy.com/reference/download-signed-document-pdf.md) - [Download certificate of signed envelope](https://docs.signeasy.com/reference/download-signed-document-certificate-1.md) - [Delete a signed envelope](https://docs.signeasy.com/reference/delete-signed-document-1.md) - [Upload a template](https://docs.signeasy.com/reference/upload-a-template.md) - [Update template](https://docs.signeasy.com/reference/update-template.md) - [Fetch a template](https://docs.signeasy.com/reference/fetch-template-details.md) - [Fetch embedded template create URL](https://docs.signeasy.com/reference/fetch-embedded-template-create-url.md) - [Fetch all templates](https://docs.signeasy.com/reference/list-templates.md) - [Delete a template](https://docs.signeasy.com/reference/delete-template.md) - [Fetch a signed template](https://docs.signeasy.com/reference/fetch-details-of-signed-file.md) - [Download a signed template](https://docs.signeasy.com/reference/download-signed-file-2.md) - [Download certificate of a signed template](https://docs.signeasy.com/reference/download-certificate-of-signed-file.md) - [Delete a signed template](https://docs.signeasy.com/reference/delete-signed-file.md) ## Pages - [API Request Id Header](https://docs.signeasy.com/page/api-request-id-header.md) - [Technical and Product Support](https://docs.signeasy.com/page/support.md) ## Changelog - [Request attachments from signers](https://docs.signeasy.com/changelog/signer-attachments.md) - [Send an envelope to a team with signer group](https://docs.signeasy.com/changelog/signer-groups.md) - [Envelope creation now supports radio fields](https://docs.signeasy.com/changelog/envelope-creation-now-supports-radio-fields.md) - [API and Webhook Logs](https://docs.signeasy.com/changelog/api-and-webhook-logs.md) - [Advanced envelope authentication is now available](https://docs.signeasy.com/changelog/advanced-authentication-is-now-available.md) - [Envelope responses now includes request_info data](https://docs.signeasy.com/changelog/envelope-responses-now-includes-request_info-data.md) - [Envelope credits are now included in the Fetch User response](https://docs.signeasy.com/changelog/get-envelope-credits-info.md) - [Create multiple embedded sending URLs](https://docs.signeasy.com/changelog/create-multiple-embedded-sending-urls.md) - [Stamp field type is now available on Advanced plan](https://docs.signeasy.com/changelog/stamp-field-type-is-now-available-on-advanced-plan.md) - [Decommissioning Bulk Sign](https://docs.signeasy.com/changelog/decommissioning-bulk-sign.md)