cURL
curl --request POST \ --url http://localhost:8787/api/v1/documents/search \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "language": "<string>", "page": 1, "limit": 10 } '
{ "data": [ { "id": 123, "title": "<string>", "type": "<string>", "uploadDate": "<string>", "size": "<string>", "quizCount": 123, "processingStatus": "pending" } ], "pagination": { "page": 123, "limit": 123, "totalItems": 123, "totalPages": 123, "hasNextPage": true, "hasPreviousPage": true } }
Search documents using hybrid search (full-text + semantic)
Documentation IndexFetch the complete documentation index at: https://docs.intelliq.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.intelliq.dev/llms.txt
Use this file to discover all available pages before exploring further.
Documents retrieved successfully
Show child attributes