# Inkless API docs ## Docs - [Creating a new template via API](https://docs.useinkless.com/api-reference/createNewTemplate.md): A guide on how to create a new template via API - [Create New Document To Sign From a Template](https://docs.useinkless.com/api-reference/endpoint/create.md): Sends a message using a predefined template to one or more recipients. We recommend selecting 'Auto-release signatures when complete' when creating your template on Inkless. - [Create a new template](https://docs.useinkless.com/api-reference/endpoint/createNewTemplate.md): Creates a template from an uploaded PDF or DOCX and template fields. If `recipients` are provided, a PDF instance is immediately created from the template and recipient notifications are sent. [See the guide for implementing createNewTemplate](/api-reference/createNewTemplate). - [Delete a webhook](https://docs.useinkless.com/api-reference/endpoint/deleteWebhook.md): Removes a webhook registration based on the provided URL for the authenticated user. - [Get all document details on the account](https://docs.useinkless.com/api-reference/endpoint/getAllDocuments.md): Returns all documents owned by the user associated with the provided API key. Each document includes its metadata, a presigned public URL, and recipient information. - [Get document details for one specific document ID](https://docs.useinkless.com/api-reference/endpoint/getDocumentDetails.md): Fetch detailed information for a specific document by its ID. Includes document metadata, recipient information, and a temporary URL to the final signed PDF if the document has been completed. - [Register a webhook to get events](https://docs.useinkless.com/api-reference/endpoint/registerWebhook.md): Subscribe to events (e.g., 'document.signed') by providing a URL where webhook notifications should be sent. - [Introduction](https://docs.useinkless.com/api-reference/introduction.md): API reference for the Inkless e-sign tool - [Webhooks](https://docs.useinkless.com/api-reference/webhooks.md): How to use webhooks with the e-sign API - [Introduction](https://docs.useinkless.com/introduction.md): Welcome the Inkless's API docs for e-signing! - [Quickstart](https://docs.useinkless.com/quickstart.md): Start building an integration with Inkless's e-sign tool ## OpenAPI Specs - [openapi](https://docs.useinkless.com/api-reference/openapi.json) ## Optional - [Blog](https://useinkless.com/blog)