AI Search
The AI Search API provides semantic search capabilities — search by text description or find visually similar images.
Endpoints Overview
Method
Endpoint
Description
Status Endpoints
GET /api/v2/aiSearch/isInstalled
await fetch("http://localhost:41595/api/v2/aiSearch/isInstalled").then(r => r.json());GET /api/v2/aiSearch/isReady
GET /api/v2/aiSearch/isStarting
GET /api/v2/aiSearch/isSyncing
GET /api/v2/aiSearch/getSyncStatus
GET /api/v2/aiSearch/checkServiceHealth
Search Endpoints
POST /api/v2/aiSearch/searchByText
Request Body
Response
Examples
POST /api/v2/aiSearch/searchByBase64
Request Body
Response
Example
POST /api/v2/aiSearch/searchByItemId
Request Body
Response
Example
Recommended Workflow
Last updated