v50

latestOpenAPI 3.0.3agplraw.githubusercontent.com2026-06-2680131565.4 KB
file_element

Create visible element

Create visible element of a specific file

post/ocs/v2.php/apps/libresign/api/{apiVersion}/file-element/{uuid}

Path parameters

apiVersion'v1' required
uuidstring required

UUID of sign request. The signer UUID is what the person receives via email when asked to sign. This is not the file UUID.

Headers

OCS-APIRequestboolean required

Required to be true for the API request to pass

Request body

signRequestIdinteger required

Id of sign request

elementIdinteger nullable

ID of visible element. Each element has an ID that is returned on validation endpoints.

fileIdinteger nullable

LibreSign file ID that owns the visible element

typestring

The type of element to create, sginature, sinitial, date, datetime, text

metadataobject

Metadata of visible elements to associate with the document

Response

OK