Search Documents
Endpoints
Search Documents
Full-text search across documents accessible to the authenticated user.
GET
Search Documents
Documentation Index
Fetch the complete documentation index at: https://developer.copera.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Searches across all documents accessible to the authenticated user using full-text search. Results include highlighted matches for easy display.Query Parameters
q(required): The search query string.
Response
Returns an array of matching documents with:- Document ID and title
- Highlighted snippets showing where the query matched
- Relevance-based ordering
Authorizations
Bearer token
Query Parameters
Search query string
Sort field. Defaults to updatedAt.
Available options:
createdAt Sort order. Defaults to desc.
Available options:
asc Max results (1-50). Defaults to 20.
Required range:
1 <= x <= 50