---
title: "Save Search"
method: POST
path: "/api/v1/saved-searches"
tags: ["saved-searches"]
---

# Save Search

`POST /api/v1/saved-searches`

Auto-save a discover search.

## Request body

- SaveSearchRequest
  - `description` string, required
  - `summary` string
  - `db_filters` object
  - `ai_criteria` unknown[]
    - unknown
  - `tam_count` integer, nullable
  - `preview` unknown[]
    - unknown

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getnivara/apis/nivara-api.md) · [All operations](https://skmtc.dev/getnivara/apis/nivara-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getnivara/nivara-api/revisions/2810c849c6a4/schema)
