---
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

## Changes

- **2025-02-04** `ab4ce60666d2` — 1 breaking, 1 info
  - removed the required property `delegate_aux_deployments` from the response with the `201` status
  - added the optional property `delegate_aux_deploymentsId` to the response with the `201` status
- **2025-02-04** `78ff4a594abd` — 3 breaking, 3 info
  - added the new required request property `name`
  - the request's body type/format changed from ``/`` to `object`/``
  - the `delegate_aux_deployments` response's property type/format changed from `deployments`/`` to `object`/`` for status `201`
  - added the new optional request property `phoneNumber`
  - …2 more
- **2025-02-04** `a3da5c68a303` — 1 breaking, 6 warning, 1 info
  - the request's body type/format changed from `object`/`` to ``/``
  - removed the request property `config`
  - removed the request property `flowId`
  - removed the request property `name`
  - …4 more

[Change history](https://skmtc.dev/brainbasehq/apis/brainbase-api/changes/api/workers/:workerId/deployments/voice/post.md)

---

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