This is a private API service. Please use the appropriate endpoints with valid credentials.
/api/sync - Synchronize documents/api/search - Search documents/api/health - Health checkAll requests require an X-API-Key header.
curl -X POST https://yourdomain.com/api/search \
-H "X-API-Key: your_api_key_here" \
-H "Content-Type: application/json" \
-d '{"query": "your search query"}'