---
title: "Embedded Document Picker"
method: GET
path: "/v1/documents/picker?token=:token"
tags: ["Document Picker"]
---

# Embedded Document Picker

`GET /v1/documents/picker?token=:token`

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

- `token` string, required
- `allowDocumentCreation` boolean
- `autoSelectCreatedDocument` boolean
- `newDocumenbtTitleSuggestion` string
- `hideCancelButton` boolean
- `onErrorRedirectUrl` string

## Response `200`

The iframe content displaying the embedded document picker.

---

[API](https://skmtc.net/lucid/apis/lucid-rest-api.md) · [All operations](https://skmtc.net/lucid/apis/lucid-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucid/lucid-rest-api/revisions/6a32cb9e1aa7/schema)
