> 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/initials.md).

# Initials

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

### Retrieve User Initials

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

This endpoint retrieves the current initials of the user.

### Upload User Initials

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

This endpoint facilitates the upload of new initials for the user.

### Delete User Initials

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

This endpoint deletes the current initials of the user.
