---
title: "Create Persona"
method: POST
path: "/personas/create"
tags: ["personas"]
---

# Create Persona

`POST /personas/create`

## Request body

- UserPersonaCreate
  - `name` string, required
  - `description` string, nullable
  - `content` string, required
  - `is_default` boolean
  - `user_id` string, uuid, nullable

## Response `200`

Successful Response

- UserPersona
  - `name` string, required
  - `description` string, nullable
  - `content` string, required
  - `is_default` boolean
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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