EaserixDocs
DevelopersAPI referenceSignNotary

Return the sealed document

The Phase A handoff. The session ran on the notary's own registered RON technology; uploading the sealed PDF (multipart field "file", 25 MB max, validated as PDF) completes the envelope — it becomes the final artifact, the audit chain records the notary's commission, and a journal entry auto-files for the notary to review.

View as Markdown
POST
/v1/notary/requests/{id}/complete
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/notary/requests/string/complete" \  -F file="string"
{  "request": {    "id": "string",    "documentId": "string",    "state": "string",    "stateName": "string",    "status": "string",    "docType": "string",    "signerCity": "string",    "timingNote": "string",    "scheduledAt": "2019-08-24T14:15:22Z",    "sessionNote": "string",    "completedAt": "2019-08-24T14:15:22Z",    "created": "2019-08-24T14:15:22Z",    "notary": {      "slug": "string",      "fullName": "string",      "commissionNumber": "string",      "state": "string"    }  }}