---
title: "Answer multiple FAQs"
method: POST
path: "/smart-faq/answer"
tags: ["SmartFAQ"]
---

# Answer multiple FAQs

`POST /smart-faq/answer`

## Request body

- AnswerMultipleFAQsRequest
  - `faQs` AnswerFAQRequest[], nullable
    - `id` string, nullable
    - `answer` string, nullable

## Response `200`

Success

- SmartFAQDto[]
  - `id` string, nullable
  - `agencyId` string, nullable
  - `sourceId` string, nullable
  - `question` string, nullable
  - `answer` string, nullable
  - `leadIds` string[], nullable
  - `state` integer

---

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