---
title: "Add Trust Center FAQ category"
method: POST
path: "/trust-centers/{slugId}/faq-categories"
tags: ["Trust Centers"]
---

# Add Trust Center FAQ category

`POST /trust-centers/{slugId}/faq-categories`

Adds an FAQ category to a Trust Center.

## Path parameters

- `slugId` string, required

## Request body

- AddTrustCenterFaqCategoryInput
  - `name` string, required — Name of the category.

## Response `200`

Ok

- TrustCenterFaqCategory
  - `id` string, required — Unique identifier for the FAQ category.
  - `name` string, required — Name of the category.

---

[API](https://skmtc.dev/vanta/apis/build-integrations.md) · [All operations](https://skmtc.dev/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
