---
title: "Create a summarizer brief"
method: POST
path: "/api/v1/public/summarizer/briefs"
tags: ["public"]
---

# Create a summarizer brief

`POST /api/v1/public/summarizer/briefs`

Create a workspace-owned summarizer brief configuration idempotently.

## Headers

- `Idempotency-Key` string, required

## Request body

- SummarizerBriefWriteRequest
  - `name` string, required
  - `description` string, nullable
  - `useCaseId` string, nullable
  - `industry` 'REAL_ESTATE' | 'HOSPITAL' | 'LOGISTICS' | 'PHARMACY' | 'SCHOOL' | 'OTHERS', nullable
  - `prompt` string, nullable
  - `taskObjectives` string, nullable
  - `conclusion` string, nullable
  - `language` string

## Response `201`

Successful Response

- SummarizerBriefResponse
  - `id` string, required
  - `workspaceId` string, required
  - `createdById` string, nullable
  - `useCaseId` string, nullable
  - `name` string, required
  - `description` string, nullable
  - `industry` string, nullable
  - `prompt` string, nullable
  - `taskObjectives` string, nullable
  - `conclusion` string, nullable
  - `language` string
  - `recordingCount` integer
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/2a1adc380310/schema)
