Document Embedding
Generate Embed Session Token
Generates a short-lived, limited-scope temporary access token to allow your app to display embedded Lucid documents in an iframe. The token allows the embedding website to load the document picker and document viewer, but does not grant access to any additional resource within Lucid.
post/v1/embeds/token
Request body
Example request
{
"origin": "https://example.com",
"sessionConfig": {
"products": [
"lucidchart"
]
}
}Response
Valid token that can be used to embed a document picker or a document viewer.