For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

GET {{baseUrl}}/api/users/initial

This endpoint retrieves the current initials of the user.

Upload User Initials

POST {{baseUrl}}/api/users/initials

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

Delete User Initials

DELETE {{baseUrl}}/api/users/initial

This endpoint deletes the current initials of the user.

Last updated