---
title: "Proxy Response You Search"
method: POST
path: "/you/v1/search"
---

# Proxy Response You Search

`POST /you/v1/search`

Proxy you.com Search API requests. Requires valid Quadrillion API key.

Unlike the LM provider routes, this one is non-streaming and returns
the upstream JSON body as-is.

## Request body

- YouSearchRequest
  - `query` string, required
  - `count` integer, nullable
  - `freshness` string, nullable
  - `country` string, nullable
  - `language` string, nullable
  - `safesearch` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/revisions/dcf9b4550387/schema)
