1
Mint a search token
Your backend calls the Omneo API with your Omneo API token and receives a short-lived search token scoped to the indexes you asked for.
2
Query the Discovery host
Your application sends the search request straight to the Discovery host, using the search token as a bearer token.
Base URLs
All requests are HTTPS only. The Discovery host serves search requests and a health check. Everything else, including any change to what an index contains, goes through the Omneo API.
Quick example
Mint a token:Health check
GET https://discovery.[tenant].getomneo.com/health needs no authentication and returns a status body. Use it for connectivity checks and uptime monitoring.
Getting Discovery enabled
Discovery is provisioned per tenant and is not available by default. Contact your Omneo account manager to have it deployed, to have your indexes populated, and to request a custom attribute mapping if the default fields do not cover your use case.Next steps
Minting search tokens
Get a token, scope it to an index, and cache it safely.
Running a search
Query parameters, filter syntax, pagination, and facets.
Discovery indexes
The standard
profiles and products indexes and their attributes.Schools index
Search the optional schools reference dataset.