Linkup
Linkup's Search API behind the gateway
Fronts the Search API of Linkup; the gateway supplies Linkup’s /v1 base itself:
Only POST is mounted. Controls such as q, depth, and outputType live in the JSON body, which is relayed without modification.
Credential handling
Linkup reads its key from Authorization: Bearer — the very header carrying your gateway token — so the gateway replaces that header with the Linkup key:
Authorizationis overwritten with Linkup’s secret key. Your gateway token stops at the gateway and never travels upstream.- No query-param form of the key exists on Linkup’s side, so nothing gets removed from the query string.
Example
Responses arrive as Linkup’s JSON, untouched. Field-level request and response detail lives in Linkup’s documentation; the gateway modifies neither.