Quicklinks are not part of the Search response. Banners and Page Rankings are both applied automatically inside that response, but Quicklinks are delivered separately and your integration is responsible for checking the query against them, typically before deciding whether to call search at all.
Prerequisites
From MyCludo, collect the values for the engine where Quicklinks are configured:
The feature must also be enabled on your subscription. If Tools > Quicklinks in MyCludo lets you save terms, the feature is enabled.
Step 1: Build the SiteKey authorization header
The request uses SiteKey authentication. Build the token by Base64-encoding{customerId}:{engineId}:{searchKey}:
Step 2: Call the public settings endpoint
Fetch the website public settings for the engine:Step 3: Parse the quicklinks field
The response contains many website settings. Quicklinks are returned as a plain JSON array under quicklinks — unlike instantSuggestionsConfiguration, this field does not need a second parse:

