---
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 — unresolved $ref

## Response `201`

Voice deployment created

- VoiceDeployment
  - `id` string, required
  - `phoneNumber` string, nullable
  - `voiceProvider` string, nullable
  - `voiceId` string, nullable
  - `delegate_aux_deployments` unknown, required

## Other responses

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

## Changes

- **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/a3da5c68a303/schema)
