v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
Document Picker

Embedded Document Picker

Displays an embedded document picker within an iframe, allowing users to browse and select documents. Supports optional document creation and auto-selection of newly created documents.

get/v1/documents/picker?token=:token

Query parameters

tokenstring required

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

allowDocumentCreationboolean

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

autoSelectCreatedDocumentboolean

Enables the document picker to automatically select newly created documents.

newDocumenbtTitleSuggestionstring

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

hideCancelButtonboolean

Determines whether the document picker hides the cancel button.

onErrorRedirectUrlstring

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

Response

The iframe content displaying the embedded document picker.