---
title: "Create voice settings preset"
method: POST
path: "/voice_settings_presets"
tags: ["voiceSettingsPresets"]
---

# Create voice settings preset

`POST /voice_settings_presets`

Create a new voice settings preset (max 5 per user)

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string, required — Preset name (unique, max 30 characters)
  - `pace` number, double — Speech pace/speed
  - `temperature` number, double — Voice variation
  - `pitch` number, double — Voice pitch adjustment
  - `useHd` boolean — Use HD quality
  - `exaggeration` number, double — Emotional exaggeration
  - `description` string — Voice style prompt

## Response `201`

Preset created

- VoiceSettingsPresetsCreateVoiceSettingsPresetResponse201
  - `success` boolean
  - `data` VoiceSettingsPresetsPostResponsesContentApplicationJsonSchemaData
  - `message` string

---

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