---
title: "Create Character"
method: POST
path: "/api/characters/"
---

# Create Character

`POST /api/characters/`

## Request body

- CreateCharacterRequest
  - `name` string, required
  - `personality` string, nullable
  - `physicalAppearance` string, nullable
  - `assetId` string, nullable
  - `voiceId` string, nullable

## Response `201`

Successful Response

- SingleCharacterResponse
  - `success` boolean
  - `character` CharacterResponse, required — Response schema for a character
    - `id` string, required
    - `userId` string, nullable
    - `orgId` string, nullable
    - `name` string, nullable
    - `personality` string, nullable
    - `physicalAppearance` string, nullable
    - `assetId` string, nullable
    - `assetImageUrl` string, nullable
    - `voiceId` string, nullable
    - `voiceName` string, nullable
    - `voicePreviewUrl` string, nullable
    - `keywords` unknown[], nullable
      - unknown
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
