Public search API
The public search API is used to run queries against your search index.
See also: Integrate with a push index
Accessing the public search API
Access to the public search API is via a public endpoint, which you provide a set of request parameters.
Public search API calls
All public search API calls should be made relative to the /s
path on your search server URL. e.g. GET https://search.example.com/s/search.json
.
Funnelback public APIs 16.24.0
[ Base URL: localhost/s ]
Suggest, search, all-results and recommendation endpoints for front-end developers.