ReferenceEmbedSessions

    Mint an embed session for one document

    Mint an embed session for one document - POST /embed/sessions. DocDealer REST API reference.

    POST
    /embed/sessions

    Authorization

    bearerAuth
    AuthorizationBearer <token>

    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"}