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

# Create a new persona

`POST /persona`

## Request body

- CreatePersonaInput
  - `personaName` string, nullable — The name of the persona
  - `description` string, nullable — The description of the persona
  - `voiceStyles` string, nullable — The voice styles of the persona
  - `howToRespond` string, nullable — The how to respond of the persona
  - `typoPercent` integer — The typo percent of the persona
  - `breakupLargeMessagePercent` integer — The breakup large message percent of the persona
  - `responseTime` string, nullable — The response time of the persona
  - `responseDelay` integer — The response delay of the persona
  - `aiProviderPreferences` string[], nullable — The AI provider preferences of the persona
  - `color` string, nullable — The color of the persona
  - `imageData` string, nullable — The image data of the persona

## Response `200`

Success

---

[API](https://skmtc.dev/closebot/apis/closebot-api.md) · [All operations](https://skmtc.dev/closebot/apis/closebot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/closebot/closebot-api/revisions/da5f5fb58534/schema)
