Prerequisites
- A Paradigm API key: if you do not have one, go to your Paradigm profile and generate a new API key.
- Access to documents: You need appropriate permissions to view documents in your instance.
Basic Usage
Response Format
Pagination & Limits
- Page size: 20 documents per page (fixed)
max_documents: Total documents to return (1-500, default: 50)page: Navigate through paginated results
Available Filters
All filters are documented in the Swagger/OpenAPI specification. Key filters include:| Filter | Description |
|---|---|
workspace_id | Comma-separated workspace IDs |
extension | Comma-separated file extensions (e.g., pdf,docx) |
status, status_vision | Embedding status values (complete value list : https://paradigm.lighton.ai/api/v3/docs/#/Files/api_v3_files_list ) |
title, filename | Partial match (case-insensitive) |
uploaded_at_after/before | Date range for upload time |
updated_at_after/before | Date range for last update |
total_pages_min/max | Page count range |
tag_id | Comma-separated tag IDs |
Search
Thesearch parameter enables intelligent document discovery using hybrid search. When provided, results are ordered by relevance instead of upload date.
How it Works
The DocFinder service uses a hybrid ranking approach that incorporates both semantic and lexical signals to find and rank relevant documents.Filters are applied before the search, allowing you to search within a specific subset of documents.