Skip to main content
GET
/
api
/
v3
/
facet
/
seed
/
preview
Preview a seed dataset
curl --request GET \
  --url https://paradigm-preprod.lighton.ai/api/v3/facet/seed/preview \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

content_types
string
required

Content type code(s) to include in the preview (comma-separated, e.g., ?content_types=legal,tech). Available: finance, healthcare, legal, manufacturing, patent, sic, tech

preview_max
integer
default:20

Maximum number of sample documents to generate (1–100).

scale
enum<string>
default:small

Dataset scale controlling workspace layout and document statuses. private=1 workspace, all embedded. small=3, medium=5, enterprise=8 workspaces.

Available options:
enterprise,
medium,
private,
small

Response

Preview generated successfully