Mint an embed session for one document
Mint an embed session for one document - POST /embed/sessions. DocDealer REST API reference.
Authorization
bearerAuth In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/embed/sessions" \ -H "Content-Type: application/json" \ -d '{ "displayName": "string", "documentId": "string" }'{ "expiresAt": "string", "token": "string", "url": "string"}Public proxy for Office Online preview (token-authed) GET
Public proxy for Office Online preview (token-authed) - GET /documents/preview/{token}/file.docx. DocDealer REST API reference.
Refresh the current embed session POST
Authenticated with the embed token itself. Re-issues the same payload with a new expiry; the session start (`sst`) is preserved so the absolute cap keeps…