Parallel
Parallel's Search API behind the gateway
Fronts the Search API of Parallel; the gateway supplies Parallel’s /v1 base itself:
Only POST is mounted. Controls such as objective, search_queries, and processor live in the JSON body, which is relayed without modification.
Task, Extract, Chat, Monitor, and Find All — the rest of Parallel’s surface — stay intentionally unexposed; nothing but the synchronous Search API gets 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 Parallel.
Example
Responses arrive as Parallel’s JSON, untouched. Field-level request and response detail lives in Parallel’s documentation; the gateway modifies neither.