Skip to main content
Each API method accepts request options for adding custom headers, appending query parameters, or adjusting request timeouts. To customize all requests, see Customize the clients.

Example

Reference

IDictionary<string,string>
More headers to include in the request, as key-value pairs.
IDictionary<string,object>
More query parameters to include in the request. These apply only to API operations that support query parameters. Otherwise, they’re ignored.
TimeSpan
Time limit, in milliseconds, for the server to respond to read requests, such as retrieving data from Algolia.
TimeSpan
Time limit, in milliseconds, for the server to respond to write requests, such as sending data to Algolia.
TimeSpan
Time limit, in milliseconds, for the connection to open.
Last modified on September 16, 2026