> For the complete documentation index, see [llms.txt](https://docs.sign.enadocapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sign.enadocapp.com/evia-sign-api/signature-and-initials/signature.md).

# Signature

The Signature API in the Evia Sign platform provides endpoints for managing user signatures. This includes retrieving the current signature, uploading a new signature, and deleting an existing signature. Below are the descriptions of the provided endpoints.

### &#x20;Retrieve User Signature

<mark style="color:blue;">`GET`</mark> {{baseUrl}}/api/users/signature

This endpoint retrieves the current signature of the user.

### Upload User Signature

<mark style="color:green;">`POST`</mark> {{baseUrl}}/api/users/signature

This endpoint facilitates the upload of a new signature for the user.

### Delete User Signature

<mark style="color:red;">`DELETE`</mark> {{baseUrl}}/api/users/signature

This endpoint deletes the current signature of the user.
