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.
Query parameters
The document picker token retrieved from the Generate Document Picker Token endpoint.
Enables the document picker user to create new documents. By default, created documents are not auto selected unless autoSelectCreatedDocument is set to true.
Enables the document picker to automatically select newly created documents.
When create button is enabled, it suggests a default title for the new document.
Determines whether the document picker hides the cancel button.
The URL to redirect the user back to if the document picker raises an error.
Response
The iframe content displaying the embedded document picker.