OpenVibe.Search: permission-aware search over documents the network's services index. GET /?q= search page (HTML) GET /api/v1/search?q=&owner=&type=&facet.=&cursor= query (anonymous: public only) GET /api/v1/suggest?q= title suggestions GET /api/v1/documents/:owner/:type/:id one document the caller may see GET /api/v1/saved-searches, POST, GET/DELETE /:id, GET /:id/results saved searches (signed in) PUT /api/v1/documents/:owner/:type/:id index (owner, search.document.write) DELETE /api/v1/documents/:owner/:type/:id?revision= tombstone (owner) GET /api/v1/owners/:owner/documents reconciliation (owner) GET /api/v1/owners/:owner/removals?after= removal feed for caches and sitemaps (owner) POST /internal/events OpenVibe.Events delivery (signed, host-local) GET /api/health, /api/ready, /release.json Source: https://github.com/OpenVibers/OpenVibe.Search