Embedded Document Picker

Embed a document picker within an <iframe>.

<iframe
  src='https://lucid.app/documents/picker?token=:token'
></iframe>
Query Params
string
required

The document picker token retrieved from the Generate Document Picker Token endpoint.

boolean

Enables the document picker user to create new documents. By default, created documents are not auto selected unless autoSelectCreatedDocument is set to true.

boolean

Enables the document picker to automatically select newly created documents.

string

When create button is enabled, it suggests a default title for the new document.

boolean

Determines whether the document picker hides the cancel button.

string

The URL to redirect the user back to if the document picker raises an error.

Response

Language
Credentials
OAuth2