Test the API

We have a trial endpoint that does a text query search with 5 responses. This is meant to be a way to test out our API to test the speed, performance, and results.

You can test our API with the following command:

curl 'https://zues.searchagora.com/api/v1/search/trial?q={SearchQuery}'

For example, you can try:

curl 'https://zues.searchagora.com/api/v1/search/trial?q=red%20shoes'

Last updated