---
title: "Create Persona"
method: POST
path: "/brands/{brand_id}/personas"
---

# Create Persona

`POST /brands/{brand_id}/personas`

Create a new persona

## Path parameters

- `brand_id` integer, required

## Request body

- APIPersonaCreateInput — Input model for creating a persona.
  - `name` string, required — Display name of the persona.
  - `description` string, required — Description of the persona.

## Response `200`

Successful Response

- APIPersonaListing
  - `id` integer, required
  - `name` string, required
  - `description` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scrunchai/apis/scrunch-data-api.md) · [All operations](https://skmtc.net/scrunchai/apis/scrunch-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrunchai/scrunch-data-api/revisions/c4fe20c603a3/schema)
