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

Direct Embed

Display an embed within an <iframe>. If the clientId is valid with the registered embed domain in the developer portal, the <iframe> displays a login page or an embedded document viewer based on the user's authorization cookie.

<iframe
  src='https://lucid.app/embeds/link?document=:document&clientId=:clientId'
></iframe>
📘

This endpoint does not require OAuth2 authentication and utilizes browser cookies instead.

Query Params
string
required

The URL of the Lucid document link or the documentId retrieved from the Describe Link endpoint.

string
required

The client ID obtained during App registration.

Responses
200

OK - The iframe content displaying the embedded document picker or viewer.

400

Bad Request

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!