---
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/scrunch/apis/scrunch-data-api.md) · [All operations](https://skmtc.net/scrunch/apis/scrunch-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrunch/scrunch-data-api/revisions/3e09c2a06458/schema)
