Coming soon
Unlock the knowledge in your documents.
Feed it to any model.
State-of-the-art retrieval over your enterprise corpus. Ready for production.
BUILT IN PARIS
FREE TIER ON LAUNCH
/parse
Production OCR
Layout-aware extraction across PDFs, scans, and complex forms.
/extract
Structured fields
Pull typed entities and tables straight from messy documents.
/search
Semantic search
Grounded retrieval with citations.
# Your first call
curl -X POST https://api.lighton.ai/api/v3/search \
-H "Authorization: Bearer $PARADIGM_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "What is the vacation policy at LightOn?",
"top_k": 10,
"workspace_id": ["42"]
}'