---
title: "POST /api/search/card-detail"
method: POST
path: "/api/search/card-detail"
tags: ["Search"]
---

# POST /api/search/card-detail

`POST /api/search/card-detail`

## Request body

- object
  - `headline` string, required
  - `summary` string, required
  - `highlights` string[]
  - `query` string, nullable
  - `question` string, nullable
  - `glossary` boolean
  - `history` object[]
    - `role` 'user' | 'assistant', required
    - `content` string, required
  - `discoverCardId` string, nullable
  - `regenerate` boolean

## Response `200`

OK

---

[API](https://skmtc.dev/fromolive/apis/olive-api.md) · [All operations](https://skmtc.dev/fromolive/apis/olive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fromolive/olive-api/revisions/01f6261481a3/schema)
