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

- object
  - `name` string, required
  - `phoneNumber` string
  - `voiceProvider` string
  - `voiceId` string
  - `flowId` string, required
  - `config` object

## Response `201`

Voice deployment created

## Other responses

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

---

[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/a197a88d1abb/schema)
