---
title: "Search Web"
method: POST
path: "/search"
tags: ["search"]
---

# Search Web

`POST /search`

## Headers

- `x-notte-request-origin` string, nullable
- `x-notte-sdk-version` string, nullable

## Request body

- SearchRequest
  - `q` string, required — The search query
  - `depth` string — Search depth: 'standard', 'fast', or 'deep'
  - `outputType` string — Output type: 'searchResults', 'sourcedAnswer', or 'structured'

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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