---
title: "Create new persona"
method: POST
path: "/personas"
tags: ["Persona Management"]
---

# Create new persona

`POST /personas`

Creates a new persona.

## Request body

- PersonaCreate — Persona without id which is server-generated.
  - `id` string, uuid
  - `name` string, required
  - `description` string
  - `voice_id` string, uuid
  - `face_id` string, uuid

## Response `201`

Created

- Persona
  - `id` string, uuid
  - `name` string, required
  - `description` string
  - `voice_id` string, uuid
  - `face_id` string, uuid

## Other responses

- `400` — Missing Required Information

---

[API](https://skmtc.net/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api.md) · [All operations](https://skmtc.net/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pai-os/personal-artificial-intelligence-operating-system-pai-os-api/versions/3c144b366e19/schema)
