Query API is now available to all tenants
We are proud to announce the public release of our new Query API, adding even more power to the Enterspeed platform.
The last couple of months during the public preview phase we've gained a lot of valuable feedback and brought a lot of this feedback into the public release. Thank you so much to all of you helping to shape and make Enterspeed an even better product.
The Enterspeed Query API
The Enterspeed Query API lets you easily build search indexes from a new Index schema type and return lists of items – directly within the Enterspeed platform. It also, as the name implies, brings a new Query API that lives side by side with the existing Delivery API, which gives you even more power and flexibility in the way you can fetch data from Enterspeed.
Some of the highlights in the Query API are:
- Easy creation of new search indexes without new infrastructure or external search providers
- Filtering, sorting, pagination, and even facets on request time
- Deep integration with existing full-schema views, letting the query result return views
- Do multiple queries in a single request
Quick start
- Create an Index Schema for the data you need list/filter on (e.g.,
productIndex
). Index schemas define the fields and their types you want in the index and maps the data to go into the index. - Get an Environment API key (Management App → Environment client) to call Delivery & Query API. Just like you know it from the Delivery API.
- Query the index via
POST https://query.enterspeed.com/v1/{indexAlias}
with filters/sort/pagination — optionally addaliases
to get Delivery API views per item.
Check out the full launch blog (background, facets & Delivery API integration examples - plus pricing) 👉 Launching the Enterspeed Query API
Links
- Query API docs (endpoint, filters, facets, aliases, responses) Enterspeed Docs
- Index Schemas (when & why to use indexes vs. full schemas) Enterspeed Docs