---
title: "Create a new voice deployment"
method: POST
path: "/api/workers/{workerId}/deployments/voice"
tags: ["Voice Deployments"]
---

# Create a new voice deployment

`POST /api/workers/{workerId}/deployments/voice`

## Path parameters

- `workerId` string, required

## Request body

- VoiceDeploymentRequest
  - `name` string, required — Name of the voice deployment
  - `phoneNumber` string — Phone number for the voice deployment
  - `voiceProvider` string — Voice provider service
  - `voiceId` string — Voice ID for the deployment

## Response `201`

Voice deployment created

- VoiceDeployment
  - `id` string, required
  - `phoneNumber` string, nullable
  - `voiceProvider` string, nullable
  - `voiceId` string, nullable
  - `delegate_aux_deploymentsId` string

## Other responses

- `400` — Invalid request body
- `401` — Unauthorized

---

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