---
title: "Campaign Agent Speech"
method: POST
path: "/v1/campaign-creation/{interview_id}/agent-speech"
tags: ["campaign-creation"]
---

# Campaign Agent Speech

`POST /v1/campaign-creation/{interview_id}/agent-speech`

Synthesize a setup-assistant reply so the builder can read it aloud.

Uses the campaign's configured voice when one is already set; otherwise
the deployment default voice for the requested language.

## Path parameters

- `interview_id` string, uuid, required

## Request body

- AgentSpeechRequest
  - `text` string, required
  - `language` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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