---
title: "Create Custom Voice"
method: POST
path: "/api/v1/voice/custom_voice"
tags: ["Voice"]
---

# Create Custom Voice

`POST /api/v1/voice/custom_voice`

Create a new user custom voice

## Query parameters

- `name` string, nullable
- `description` string, nullable

## Response `201`

Successful Response

- IPostResponseBaseIUserCustomVoiceCreate
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IUserCustomVoiceCreate
    - `name` string, nullable
    - `description` string, nullable

## Other responses

- `422` — Validation Error

---

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