---
title: "Gpt Search"
method: POST
path: "/gpts/gpt-document-search"
---

# Gpt Search

`POST /gpts/gpt-document-search`

## Request body

- GptSearchRequest
  - `query` string, required

## Response `200`

Successful Response

- GptSearchResponse
  - `matching_document_chunks` GptDocChunk[], required
    - `title` string, required
    - `content` string, required
    - `source_type` string, required
    - `link` string, required
    - `metadata` object, required
    - `document_age` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/engineertheory/apis/recap-backend.md) · [All operations](https://skmtc.net/engineertheory/apis/recap-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/engineertheory/recap-backend/revisions/ea9db8f9a24d/schema)
