Electronic Seal Document
Create an Electronic Seal Document
Create an Electronic Seal Document.
ℹ️ This endpoint accepts two request body formats — pick the one that matches your use case:
- 📁 multipart/form-data — upload a binary file.
- 📝 application/json — create from a JSON payload referencing a previously sealed source document.
🔓 Endpoint access
- Environments: production, sandbox
- API key scopes: organization, workspace
- Plans: pro, scale
- Add-ons (for production access): Electronic Seal or Advanced Electronic Seal or Qualified Electronic Seal
post/electronic_seal_documents
Request body
Example request
{
"electronic_seal_document_id": "672a5a0b-ac65-407e-9da9-d34402bae974"
}Response
Created
Example response
{
"id": "1365283d-0ba5-4a08-9a58-9818ef428320",
"created_at": "2024-01-18T22:59:00Z",
"workspace_id": "ea11f308-4531-42f9-8218-96b37b7ebb19"
}