POST
/
1
/
indexes
/
*
/
queries

Authorizations

x-algolia-application-id
string
headerrequired

Your Algolia application ID.

x-algolia-api-key
string
headerrequired

Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.

Body

application/json
requests
object[]
required
strategy
enum<string>

Strategy for multiple search queries:

  • none. Run all queries.
  • stopIfEnoughMatches. Run the queries one by one, stopping as soon as a query matches at least the hitsPerPage number of results.
Available options:
none,
stopIfEnoughMatches

Response

200 - application/json
results
object[]
required