These docs are for v1.0. Click to read the latest docs for v1.2.

Generate Embed Session Token

Generates a tightly-controlled, limited scope, short-term temporary access token to allow your app to display embedded Lucid documents in an . The token is short-lived, and allows the embedding website to load the document picker and document viewer, but does not grant access to any additional resource within Lucid. It supports both Account and User token types.

Body Params
uuid

ID of the document embed. This is needed for viewing an existing embed.

string
required

The domain that will be used to host the webpage in which the document picker will be embedded.

sessionConfig
object
Headers
string
required
Defaults to 1

The API version used in the request.

Responses

401

Access token is missing or invalid.

403

Access to the embed is forbidden.

404

The embed id in the parameter is not found.

Language
Credentials
OAuth2