You.com
You.com web search behind the gateway
Fronts the Search API of You.com; the gateway supplies You.com’s /v1 base itself:
Only GET is mounted. Controls such as query, count, and livecrawl ride in the query string, which is relayed to You.com without modification.
The Contents and Research APIs on You.com’s side are intentionally left unexposed; the Search API is the only part proxied.
Credential handling
X-API-Keyis injected; a client-supplied value is overwritten.Authorizationis dropped before the request goes upstream — your gateway token is meaningless to You.com.
Example
Responses arrive as You.com’s JSON, untouched. Field-level request and response detail lives in You.com’s documentation; the gateway modifies neither.