Here is how I am embedding the document:
- Use of the document picker to obtain the document and the document ID
- POST request to /documents/${documentId}/embeds to obtain embed id
- POST request to /embeds/token with the embedId and origin in the body
I then use the token returned in the iframe: https://lucid.app/embeds?token=:token
I have been able to confirm that the origin we are passing is formatted like “sub-domain.domain.com”, which matches the site I am testing on.
The document will “flash” for a moment, before the render goes full black as seen in the screenshot below.

